about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-06 16:15:22 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-06 16:15:22 +0200
commitf2ddf2a9be551e5c1baa8b653e1677e0f06e812f (patch)
tree22f7b38ba4a480d2b980710d9561bae85f8c1ba1 /nixos/modules/installer
parent1fef99942e47e9e9e37e6c4f16726d2ce85a3eef (diff)
downloadnixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.tar
nixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.tar.gz
nixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.tar.bz2
nixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.tar.lz
nixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.tar.xz
nixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.tar.zst
nixlib-f2ddf2a9be551e5c1baa8b653e1677e0f06e812f.zip
nix: 1.11.3 -> 1.11.4
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nix-fallback-paths.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/installer/tools/nix-fallback-paths.nix b/nixos/modules/installer/tools/nix-fallback-paths.nix
index 67a34d8a8ddf..747d9d2bcec5 100644
--- a/nixos/modules/installer/tools/nix-fallback-paths.nix
+++ b/nixos/modules/installer/tools/nix-fallback-paths.nix
@@ -1,5 +1,5 @@
 {
-  x86_64-linux = "/nix/store/xryr9g56h8yjddp89d6dw12anyb4ch7c-nix-1.10";
-  i686-linux = "/nix/store/2w92k5wlpspf0q2k9mnf2z42prx3bwmv-nix-1.10";
+  x86_64-linux = "/nix/store/i4mwf2gpvar7dqvlpp5m86llbq3ahbvb-nix-1.11.4";
+  i686-linux = "/nix/store/a3gjrbspb0q4hs3sv5g1y2nza43i8nzv-nix-1.11.4";
+  x86_64-darwin = "/nix/store/7v21yd3qpv0nclcy5cqr5njj9bril12s-nix-1.11.4";
 }
-