Update nix version in nix-unstable-static to 2.30.3 (#97)

Fixes #92
This commit is contained in:
MiggL
2025-10-22 16:52:54 +02:00
committed by GitHub
parent 64a3352bbf
commit 369f75c190

View File

@@ -19,8 +19,8 @@ let
# Get nix from Hydra because the nixpkgs one is not fully static
nixStaticBin = fetchurl {
url = "https://hydra.nixos.org/build/181573550/download/1/nix";
hash = "sha256-zO2xJhQIrLtL/ReTlcorjwsaTO1W5Rnr+sXwcLcujok=";
url = "https://hydra.nixos.org/build/305222051/download/1/nix";
hash = "sha256-OahnvQ/OKnRhbXaIJ7iEQYu86ECGtUqwW8XrryVkXaM=";
};
nixSymlinks = [