about 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>2021-05-14 13:11:26 +0200
committerEelco Dolstra <edolstra@gmail.com>2021-05-14 13:11:26 +0200
commit6f6b2cdc98f93701caf74e512ac0e3fe68730c23 (patch)
treecdba2858c225544149fd645e4d0b4e62ff0d3c45 /nixos/modules/installer/tools/nix-fallback-paths.nix
parent46284492f4110aa2be3c5b8297e5bec464d77a07 (diff)
nix: 2.3.10 -> 2.3.11
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 6b1f54beee2ea..801e28cec44ae 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/iwfs2bfcy7lqwhri94p2i6jc87ih55zk-nix-2.3.10";
-  i686-linux = "/nix/store/a3ccfvy9i5n418d5v0bir330kbcz3vj8-nix-2.3.10";
-  aarch64-linux = "/nix/store/bh5g6cv7bv35iz853d3xv2sphn51ybmb-nix-2.3.10";
-  x86_64-darwin = "/nix/store/8c98r6zlwn2d40qm7jnnrr2rdlqviszr-nix-2.3.10";
+  x86_64-linux = "/nix/store/d1ppfhjhdwcsb4npfzyifv5z8i00fzsk-nix-2.3.11";
+  i686-linux = "/nix/store/c6ikndcrzwpfn2sb5b9xb1f17p9b8iga-nix-2.3.11";
+  aarch64-linux = "/nix/store/fb0lfrn0m8s197d264jzd64vhz9c8zbx-nix-2.3.11";
+  x86_64-darwin = "/nix/store/qvb86ffv08q3r66qbd6nqifz425lyyhf-nix-2.3.11";
 }