format flake.nix

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-04-29 18:06:39 +00:00
parent a61bcfbccd
commit 286641b916
1 changed files with 3 additions and 2 deletions

View File

@ -31,12 +31,13 @@
inherit version;
src = ./.;
vendorSha256 =
vendorSha256 =
"sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
};
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";
};