summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-03-08 22:40:16 +0800
committerNick Cao <nickcao@nichi.co>2022-03-08 22:40:16 +0800
commit3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28 (patch)
tree5882e7e1cce63c632ab6e6ca6907a052a3b05a32
parente3342fc87ad5a871670dac9a908914ba8ac9755e (diff)
downloadnixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.tar
nixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.tar.gz
nixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.tar.bz2
nixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.tar.lz
nixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.tar.xz
nixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.tar.zst
nixpkgs-3c09fec70007deb2e2afa4ea90a7bc3cd7b5cb28.zip
nix-fallback-paths.nix: Update to 2.7.0
-rw-r--r--nixos/modules/installer/tools/nix-fallback-paths.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/modules/installer/tools/nix-fallback-paths.nix b/nixos/modules/installer/tools/nix-fallback-paths.nix
index 31aeaad80d6..dfafda77cb5 100644
--- a/nixos/modules/installer/tools/nix-fallback-paths.nix
+++ b/nixos/modules/installer/tools/nix-fallback-paths.nix
@@ -1,7 +1,7 @@
 {
-  x86_64-linux = "/nix/store/67amfijcvhqfgz4bwf2izsvbnklwjbvk-nix-2.6.0";
-  i686-linux = "/nix/store/kinl99f619b2xsma4qnzhidbp65axyzm-nix-2.6.0";
-  aarch64-linux = "/nix/store/8zpm63nn7k4n1alp9a0fcilpgc8j014z-nix-2.6.0";
-  x86_64-darwin = "/nix/store/hw5v03wnc0k1pwgiyhblwlxb1fx5zyx8-nix-2.6.0";
-  aarch64-darwin = "/nix/store/669p1vjnzi56fib98qczwlaglcwcnip4-nix-2.6.0";
+  x86_64-linux = "/nix/store/0n2wfvi1i3fg97cjc54wslvk0804y0sn-nix-2.7.0";
+  i686-linux = "/nix/store/4p27c1k9z99pli6x8cxfph20yfyzn9nh-nix-2.7.0";
+  aarch64-linux = "/nix/store/r9yr8ijsb0gi9r7y92y3yzyld59yp0kj-nix-2.7.0";
+  x86_64-darwin = "/nix/store/hyfj5imsd0c4amlcjpf8l6w4q2draaj3-nix-2.7.0";
+  aarch64-darwin = "/nix/store/9l96qllhbb6xrsjaai76dn74ap7rq92n-nix-2.7.0";
 }