summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-01-31 18:53:43 -0800
committerBernardo Meurer <bernardo@meurer.org>2022-01-31 18:53:43 -0800
commitf46347fa66580249bd9709be554fb50f404985d9 (patch)
tree10b1a9fff9fc9e177ec0e72d0168c6ae37984627 /nixos
parentff7ad14c4466a188c3e1273774c3cc2ba1b996fc (diff)
downloadnixpkgs-f46347fa66580249bd9709be554fb50f404985d9.tar
nixpkgs-f46347fa66580249bd9709be554fb50f404985d9.tar.gz
nixpkgs-f46347fa66580249bd9709be554fb50f404985d9.tar.bz2
nixpkgs-f46347fa66580249bd9709be554fb50f404985d9.tar.lz
nixpkgs-f46347fa66580249bd9709be554fb50f404985d9.tar.xz
nixpkgs-f46347fa66580249bd9709be554fb50f404985d9.tar.zst
nixpkgs-f46347fa66580249bd9709be554fb50f404985d9.zip
nix-fallback-paths: update to 2.6.0
Diffstat (limited to 'nixos')
-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 065cea470fb..31aeaad80d6 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/hapw7q1fkjxvprnkcgw9ppczavg4daj2-nix-2.4";
-  i686-linux = "/nix/store/8qlvh8pp5j8wgrzj3is2jlbhgrwgsiy9-nix-2.4";
-  aarch64-linux = "/nix/store/h48lkygcqj4hdibbdnpl67q7ks6vkrd6-nix-2.4";
-  x86_64-darwin = "/nix/store/c3mvzszvyzakvcp9spnjvsb8m2bpjk7m-nix-2.4";
-  aarch64-darwin = "/nix/store/hbfqs62r0hga2yr4zi5kc7fzhf71bq9n-nix-2.4";
+  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";
 }