summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-25 17:19:10 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-25 17:19:10 +0200
commite4190943c8df207b0ef8a873a016e036eb18037f (patch)
treef7491258ead581ab80cc323881c6ca7d9a503989 /nixos/modules/installer/tools
parent17b689c0b27e6bf1ff25744cdf9608297dec8740 (diff)
downloadnixlib-e4190943c8df207b0ef8a873a016e036eb18037f.tar
nixlib-e4190943c8df207b0ef8a873a016e036eb18037f.tar.gz
nixlib-e4190943c8df207b0ef8a873a016e036eb18037f.tar.bz2
nixlib-e4190943c8df207b0ef8a873a016e036eb18037f.tar.lz
nixlib-e4190943c8df207b0ef8a873a016e036eb18037f.tar.xz
nixlib-e4190943c8df207b0ef8a873a016e036eb18037f.tar.zst
nixlib-e4190943c8df207b0ef8a873a016e036eb18037f.zip
nix: 1.11.8 -> 1.11.9
Diffstat (limited to 'nixos/modules/installer/tools')
-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 0c9981470d72..833782477199 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/j6q3pb75q1sbk0xsa5x6a629ph98ycdl-nix-1.11.8";
-  i686-linux = "/nix/store/4m6ps568l988bbr1p2k3w9raq3rblppi-nix-1.11.8";
-  x86_64-darwin = "/nix/store/cc5q944yn3j2hrs8k0kxx9r2mk9mni8a-nix-1.11.8";
+  x86_64-linux = "/nix/store/71im965h634iy99zsmlncw6qhx5jcclx-nix-1.11.9";
+  i686-linux = "/nix/store/cgvavixkayc36l6kl92i8mxr6k0p2yhy-nix-1.11.9";
+  x86_64-darwin = "/nix/store/w1c96v5yxvdmq4nvqlxjvg6kp7xa2lag-nix-1.11.9";
 }