bootstrap: update nix to 2.11.1

This commit is contained in:
Tobias Happ 2022-12-01 22:35:20 +01:00 committed by Alexander Sosedkin
parent ef3ae133e5
commit a45761bc87

View file

@ -23,8 +23,8 @@ stdenv.mkDerivation {
name = "nix-directory";
src = builtins.fetchurl {
url = "https://nixos.org/releases/nix/nix-2.11.0/nix-2.11.0-${config.build.arch}-linux.tar.xz";
sha256 = "179jjf9hy1860d7bsravykg15jqxdfm51fy14aihkjbc1q6knyyx";
url = "https://nixos.org/releases/nix/nix-2.11.1/nix-2.11.1-${config.build.arch}-linux.tar.xz";
sha256 = "1cvdvka4qs1zx916g23pi9i024sx9h28nv8pvngxh3nk8gm8bvxq";
};
PROOT_NO_SECCOMP = 1; # see https://github.com/proot-me/PRoot/issues/106