format flake.nix
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
a61bcfbccd
commit
286641b916
|
@ -36,7 +36,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
tsTarball = builtins.fetchurl {
|
tsTarball = builtins.fetchurl {
|
||||||
url = "https://pkgs.tailscale.com/stable/tailscale_1.24.2_amd64.tgz";
|
url =
|
||||||
|
"https://pkgs.tailscale.com/stable/tailscale_1.24.2_amd64.tgz";
|
||||||
sha256 = "1b697g694vigzmv5q48l1d3pjc9l5gwzazggnfi7z9prb9cvlnx2";
|
sha256 = "1b697g694vigzmv5q48l1d3pjc9l5gwzazggnfi7z9prb9cvlnx2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue