summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-07-18 10:54:01 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-07-18 10:54:01 +0200
commit17642b5fd00b185f815361189241cd0462518857 (patch)
tree5f93d44c2aef9e54d2e1c2094be41512a21b8bdf /nixos
parente4af2d605033ca1c6a344e2e4bc1ff24ab8bbfb5 (diff)
downloadnixlib-17642b5fd00b185f815361189241cd0462518857.tar
nixlib-17642b5fd00b185f815361189241cd0462518857.tar.gz
nixlib-17642b5fd00b185f815361189241cd0462518857.tar.bz2
nixlib-17642b5fd00b185f815361189241cd0462518857.tar.lz
nixlib-17642b5fd00b185f815361189241cd0462518857.tar.xz
nixlib-17642b5fd00b185f815361189241cd0462518857.tar.zst
nixlib-17642b5fd00b185f815361189241cd0462518857.zip
nix: 1.11.12 -> 1.11.13
Diffstat (limited to 'nixos')
-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 8703ea1ca54f..4568a20e7789 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/2y3cn6siixhr7pbsz2grry89jzchkxyd-nix-1.11.12";
-  i686-linux = "/nix/store/sbz8z995lysxja8brnxmw7hgi6ljigrq-nix-1.11.12";
-  x86_64-darwin = "/nix/store/gs2z548x41ah2h8fqnbn87syzazrlsb8-nix-1.11.12";
+  x86_64-linux = "/nix/store/avwiw7hb1qckag864sc6ixfxr8qmf94w-nix-1.11.13";
+  i686-linux = "/nix/store/8wv3ms0afw95hzsz4lxzv0nj4w3614z9-nix-1.11.13";
+  x86_64-darwin = "/nix/store/z21lvakv1l7lhasmv5fvaz8mlzxia8k9-nix-1.11.13";
 }