tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nix: 2.17.1 -> 2.18.1
Robert Hensing
2 years ago
6381cc05
c4d3afef
+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
+5
-5
nixos/modules/installer/tools/nix-fallback-paths.nix
···
1
1
{
2
2
-
x86_64-linux = "/nix/store/3wqasl97rjiza3vd7fxjnvli2w9l30mk-nix-2.17.0";
3
3
-
i686-linux = "/nix/store/z360xswxfx55pmm1fng3hw748rbs0kkj-nix-2.17.0";
4
4
-
aarch64-linux = "/nix/store/9670sxa916xmv8n1kqs7cdvmnsrhrdjv-nix-2.17.0";
5
5
-
x86_64-darwin = "/nix/store/2rdbky9j8hc3mbgl6pnda4hkjllyfwnn-nix-2.17.0";
6
6
-
aarch64-darwin = "/nix/store/jl9qma14fb4zk9lq1k0syw2k9qm2gqjw-nix-2.17.0";
2
2
+
x86_64-linux = "/nix/store/azvn85cras6xv4z5j85fiy406f24r1q0-nix-2.18.1";
3
3
+
i686-linux = "/nix/store/9bnwy7f9h0kzdzmcnjjsjg0aak5waj40-nix-2.18.1";
4
4
+
aarch64-linux = "/nix/store/hh65xwqm9s040s3cgn9vzcmrxj0sf5ij-nix-2.18.1";
5
5
+
x86_64-darwin = "/nix/store/6zi5fqzn9n17wrk8r41rhdw4j7jqqsi3-nix-2.18.1";
6
6
+
aarch64-darwin = "/nix/store/0pbq6wzr2f1jgpn5212knyxpwmkjgjah-nix-2.18.1";
7
7
}
+1
-1
pkgs/tools/package-management/nix/default.nix
···
203
203
else
204
204
nix;
205
205
206
206
-
stable = self.nix_2_17;
206
206
+
stable = self.nix_2_18;
207
207
208
208
unstable = self.nix_2_18;
209
209
} // lib.optionalAttrs config.allowAliases {