Skip to content

Commit

Permalink
pkgs/nix-directory: update nix to 2.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Mar 8, 2024
1 parent 4029051 commit 7b3cc6e
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.20.4/nix-2.20.4-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:10nk5dn5mhlql3842jn8ikvywcidgfjycfqcv7cg9i97lgi12x0q";
url = "https://nixos.org/releases/nix/nix-2.20.5/nix-2.20.5-${config.build.arch}-linux.tar.xz";
sha256 = "sha256:168wjfj3xsc8hq1y6cq59iipjp1g9hmj4n5wdn9c47ad9gbc9cvh";
};

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

0 comments on commit 7b3cc6e

Please sign in to comment.