tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nix: 2.3.6 -> 2.3.6
Eelco Dolstra
5 years ago
aef2bc13
86a8c3f4
+6
-6
2 changed files
expand all
collapse all
unified
split
nixos
modules
installer
tools
nix-fallback-paths.nix
pkgs
tools
package-management
nix
default.nix
+4
-4
nixos/modules/installer/tools/nix-fallback-paths.nix
reviewed
···
1
1
{
2
2
-
x86_64-linux = "/nix/store/xb0nl3z356n0sfrhswfli2g19a19slys-nix-2.3.5";
3
3
-
i686-linux = "/nix/store/k8kdd4yy1yap6lai5idyhmzcwsjh1fik-nix-2.3.5";
4
4
-
aarch64-linux = "/nix/store/dr86cbipxqjcb8pf2k0v8wvw0h0adfpz-nix-2.3.5";
5
5
-
x86_64-darwin = "/nix/store/n6dqdndkv9kac66kdr988kaiyavl44x8-nix-2.3.5";
2
2
+
x86_64-linux = "/nix/store/j8dbv5w6jl34caywh2ygdy88knx1mdf7-nix-2.3.6";
3
3
+
i686-linux = "/nix/store/9fqvbdisahqp0238vrs7wn5anpri0a65-nix-2.3.6";
4
4
+
aarch64-linux = "/nix/store/72pwn0nm9bjqx9vpi8sgh4bl6g5wh814-nix-2.3.6";
5
5
+
x86_64-darwin = "/nix/store/g37vk77m90p5zcl5nixjlzp3vqpisfn5-nix-2.3.6";
6
6
}
+2
-2
pkgs/tools/package-management/nix/default.nix
reviewed
···
178
178
nix = nixStable;
179
179
180
180
nixStable = callPackage common (rec {
181
181
-
name = "nix-2.3.5";
181
181
+
name = "nix-2.3.6";
182
182
src = fetchurl {
183
183
url = "https://nixos.org/releases/nix/${name}/${name}.tar.xz";
184
184
-
sha256 = "25445353c27d7c2703cd74216bce6458a02068965055d111765ac4186ed678c1";
184
184
+
sha256 = "05e90529c9dc9f4bf656cbceae61cafdca49935bb79cd291c8f078a095701d89";
185
185
};
186
186
187
187
inherit storeDir stateDir confDir boehmgc;