summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-10-10 16:08:00 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-10-10 16:23:33 +0200
commit3ab3614e2be95da22716cdc54b846b38a774efbb (patch)
treeafb8a6aa7329ea17e2b235ec7c2831282142c045 /nixos/modules/installer/tools/nix-fallback-paths.nix
parentf01ad3efdeb04f04a03a5442224b4f009d58a060 (diff)
downloadnixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.tar
nixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.tar.gz
nixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.tar.bz2
nixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.tar.lz
nixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.tar.xz
nixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.tar.zst
nixpkgs-3ab3614e2be95da22716cdc54b846b38a774efbb.zip
nix: 2.3 -> 2.3.1
Diffstat (limited to 'nixos/modules/installer/tools/nix-fallback-paths.nix')
-rw-r--r--nixos/modules/installer/tools/nix-fallback-paths.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/installer/tools/nix-fallback-paths.nix b/nixos/modules/installer/tools/nix-fallback-paths.nix
index 2673887d2b9..d7149b35d4c 100644
--- a/nixos/modules/installer/tools/nix-fallback-paths.nix
+++ b/nixos/modules/installer/tools/nix-fallback-paths.nix
@@ -1,6 +1,6 @@
 {
-  x86_64-linux = "/nix/store/3ds3cgji9vjxdbgp10av6smyym1126d1-nix-2.3";
-  i686-linux = "/nix/store/ln1ndqvfpc9cdl03vqxi6kvlxm9wfv9g-nix-2.3";
-  aarch64-linux = "/nix/store/n8a1rwzrp20qcr2c4hvyn6c5q9zx8csw-nix-2.3";
-  x86_64-darwin = "/nix/store/jq6npmpld02sz4rgniz0qrsdfnm6j17a-nix-2.3";
+  x86_64-linux = "/nix/store/6chjfy4j6hjwj5f8zcbbdg02i21x1qsi-nix-2.3.1";
+  i686-linux = "/nix/store/xa8z7fwszjjm4kiwrxfc8xv9c1pzzm7a-nix-2.3.1";
+  aarch64-linux = "/nix/store/8cac1ivcnchlpzmdjby2f71l1fwpnymr-nix-2.3.1";
+  x86_64-darwin = "/nix/store/6639l9815ggdnb4aka22qcjy7p8w4hb9-nix-2.3.1";
 }