summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-06-19 19:01:05 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-06-19 19:03:39 +0200
commit5446934b41cf180aa50c2fb69e12593720522036 (patch)
treece0d978ae7998a6fb3634e00bd62a0a2d5b93fc8 /nixos/modules/installer/tools
parent31703358bd38845e5bcc47df3c564f0e132272c5 (diff)
downloadnixlib-5446934b41cf180aa50c2fb69e12593720522036.tar
nixlib-5446934b41cf180aa50c2fb69e12593720522036.tar.gz
nixlib-5446934b41cf180aa50c2fb69e12593720522036.tar.bz2
nixlib-5446934b41cf180aa50c2fb69e12593720522036.tar.lz
nixlib-5446934b41cf180aa50c2fb69e12593720522036.tar.xz
nixlib-5446934b41cf180aa50c2fb69e12593720522036.tar.zst
nixlib-5446934b41cf180aa50c2fb69e12593720522036.zip
nix: 1.11.10 -> 1.11.11
(cherry picked from commit 7b1e936b24ca60810cdb6d46b68300cd179836f1)
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 6ccc645a125e..80241cd3ebec 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/qiiwjyc338xigks5wqyxn0nnqiwy7xav-nix-1.11.10";
-  i686-linux = "/nix/store/30fi96qqggjs51c5085y3fiws0a3wdcl-nix-1.11.10";
-  x86_64-darwin = "/nix/store/zs6msqwjgjr9v9kbs5s0sap7vhdw692z-nix-1.11.10";
+  x86_64-linux = "/nix/store/crqd5wmrqipl4n1fcm5kkc1zg4sj80js-nix-1.11.11";
+  i686-linux = "/nix/store/wsjn14xp5ja509d4dxb1c78zhirw0b5x-nix-1.11.11";
+  x86_64-darwin = "/nix/store/zqkqnhk85g2shxlpb04y72h1i3db3gpl-nix-1.11.11";
 }