Update Nix to 2.13.3

Includes the following required fixes:

* perl-bindings are correctly initialized: https://github.com/NixOS/nix/commit/77d8066e83ec6120c954ce34290ee1ffe00da133
* /etc/ must be unwritable in build sandbox: https://github.com/NixOS/nix/commit/4acc684ef7b3117c6d6ac12837398a0008a53d85
This commit is contained in:
Maximilian Bosch
2023-03-04 12:07:34 +01:00
parent 73dff15039
commit f44d3d6ec9
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -23,16 +23,16 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1675514340,
"narHash": "sha256-JjnneK+TkhkxFoh6EEVKAzEBdxz0iucZsJ6+PWTTReQ=",
"lastModified": 1677045134,
"narHash": "sha256-jUc2ccTR8f6MGY2pUKgujm+lxSPNGm/ZAP+toX+nMNc=",
"owner": "nixos",
"repo": "nix",
"rev": "9157f94e775936798c1f8783eab929e77904e5ed",
"rev": "4acc684ef7b3117c6d6ac12837398a0008a53d85",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "2.13-maintenance",
"ref": "2.13.3",
"repo": "nix",
"type": "github"
}
+1 -1
View File
@@ -2,7 +2,7 @@
description = "A Nix-based continuous build system";
inputs.nixpkgs.follows = "nix/nixpkgs";
inputs.nix.url = "github:nixos/nix/2.13-maintenance";
inputs.nix.url = "github:nixos/nix/2.13.3";
outputs = { self, nixpkgs, nix }:
let