Skip to content

Commit

Permalink
WIP: try Nix 2.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Mar 4, 2024
1 parent 13f18b7 commit 44a34b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/nix-directory.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ stdenv.mkDerivation {
name = "nix-directory";

src = builtins.fetchurl {
url = "https://nixos.org/releases/nix/nix-2.17.1/nix-2.17.1-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:1kvar2xx6102674zrp8i912zijs3qp6h57k734s79p14h0zj1ns6";
url = "https://nixos.org/releases/nix/nix-2.20.4/nix-2.20.4-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:10nk5dn5mhlql3842jn8ikvywcidgfjycfqcv7cg9i97lgi12x0q";
};

PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106
Expand Down

0 comments on commit 44a34b0

Please sign in to comment.