summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-01-13 11:34:21 +0100
committerEelco Dolstra <edolstra@gmail.com>2017-01-13 11:38:09 +0100
commit96b69689500e96364abe35fdd6ed324eee5e462f (patch)
tree5552a680b8930aaf41d1f31c6250874776c217ab /nixos/modules/installer/tools
parentc5ebc057fd3244d9200b1355685c4020cba73f25 (diff)
downloadnixlib-96b69689500e96364abe35fdd6ed324eee5e462f.tar
nixlib-96b69689500e96364abe35fdd6ed324eee5e462f.tar.gz
nixlib-96b69689500e96364abe35fdd6ed324eee5e462f.tar.bz2
nixlib-96b69689500e96364abe35fdd6ed324eee5e462f.tar.lz
nixlib-96b69689500e96364abe35fdd6ed324eee5e462f.tar.xz
nixlib-96b69689500e96364abe35fdd6ed324eee5e462f.tar.zst
nixlib-96b69689500e96364abe35fdd6ed324eee5e462f.zip
nix: 1.11.5 -> 1.11.6
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 ddc624a77de9..d73d67ef4728 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/m8z91vpfxyszhjpq4wl8m1zwlqik4fkn-nix-1.11.5";
-  i686-linux = "/nix/store/vk71likl32igqg6apqsj52ln3vhkq1pa-nix-1.11.5";
-  x86_64-darwin = "/nix/store/qfwm0b5qkr8v8gsv9dh2z3arky9p1myg-nix-1.11.5";
+  x86_64-linux = "/nix/store/qdkzm17csr24snk247a1s0c47ikq5sl6-nix-1.11.6";
+  i686-linux = "/nix/store/hiwp53747lxlniqy5wpbql5izjrs8z0z-nix-1.11.6";
+  x86_64-darwin = "/nix/store/hca2hqcvwncf23hiqyqgwbsdy8vvl9xv-nix-1.11.6";
 }