Skip to content

Commit

Permalink
WIP: try Nix 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Mar 4, 2024
1 parent 67103b4 commit 6a9be10
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.18.1/nix-2.18.1-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:1m80azhagx30lpsx8lfs18q2swg8m73n2jck37cjflfwny7ghrc4";
url = "https://nixos.org/releases/nix/nix-2.17.1/nix-2.17.1-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:1kvar2xx6102674zrp8i912zijs3qp6h57k734s79p14h0zj1ns6";
};

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

0 comments on commit 6a9be10

Please sign in to comment.