Skip to content

Commit

Permalink
nix-unstable-static: bump nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 20, 2023
1 parent 019b4ef commit f5c8f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/nix-unstable-static/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,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/228458395/download/1/nix";
hash = "sha256-H361lUdMpBpBVwInBmpAXKAwjPIf740Jg9Nht0NV66s=";
};

nixSymlinks = [
Expand Down

0 comments on commit f5c8f11

Please sign in to comment.