summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-01-22 09:04:28 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-22 09:48:21 +1000
commite75ac3090328917e1a718aae41541cc955633bc8 (patch)
treec9f5ffba65c1ed31c049c9aafb46e6c5a4862f1b /nixos/modules/installer/tools
parent89181b4e093b4b7af76cb3d21f4f8f40773b2255 (diff)
downloadnixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.tar
nixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.tar.gz
nixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.tar.bz2
nixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.tar.lz
nixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.tar.xz
nixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.tar.zst
nixpkgs-e75ac3090328917e1a718aae41541cc955633bc8.zip
Revert "nixos/nix-fallback-paths: 2.12.0 -> 2.13.1"
This reverts commit 37a44ff3a0415ab84fe52e9c78ad4bafd227737b.
Diffstat (limited to 'nixos/modules/installer/tools')
-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 aa5861107be..3eca901bdbf 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/vggs4ndlda1bhnldjrs4nm5a2walsnl6-nix-2.13.1";
-  i686-linux = "/nix/store/5g6w3p8l8k2mfghxrg48w7fcqbmr3c2p-nix-2.13.1";
-  aarch64-linux = "/nix/store/pkbg60qv1w387c80g4xnb6w06461vw3i-nix-2.13.1";
-  x86_64-darwin = "/nix/store/jahjn6dvlw5kygqhg6da1b2ydcdak4lx-nix-2.13.1";
-  aarch64-darwin = "/nix/store/2qalrx6py8r640wqsldmdf2zsaf8cpsg-nix-2.13.1";
+  x86_64-linux = "/nix/store/h88w1442c7hzkbw8sgpcsbqp4lhz6l5p-nix-2.12.0";
+  i686-linux = "/nix/store/j23527l1c3hfx17nssc0v53sq6c741zs-nix-2.12.0";
+  aarch64-linux = "/nix/store/zgzmdymyh934y3r4vqh8z337ba4cwsjb-nix-2.12.0";
+  x86_64-darwin = "/nix/store/wnlrzllazdyg1nrw9na497p4w0m7i7mm-nix-2.12.0";
+  aarch64-darwin = "/nix/store/7n5yamgzg5dpp5vb6ipdqgfh6cf30wmn-nix-2.12.0";
 }