summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-12-07 04:40:42 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-12-07 04:42:28 +1000
commit1ec69621ef95a1b82f267c0197d280f2f8e3a056 (patch)
tree05567ec86d55d16833d01bbd8e52cd28da2eb1bf /nixos/modules/installer/tools/nix-fallback-paths.nix
parentf24c75171e9890d7b6f97048b2e58d5ad76bac8f (diff)
downloadnixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.tar
nixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.tar.gz
nixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.tar.bz2
nixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.tar.lz
nixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.tar.xz
nixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.tar.zst
nixpkgs-1ec69621ef95a1b82f267c0197d280f2f8e3a056.zip
nixos/nix-fallback-paths: 2.11.1 -> 2.12.0
Diffstat (limited to 'nixos/modules/installer/tools/nix-fallback-paths.nix')
-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 675674cf5b4..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/xdlpraypxdimjyfrr4k06narrv8nmfgh-nix-2.11.1";
-  i686-linux = "/nix/store/acghbpn3aaj2q64mz3ljipsgf9d9qxlp-nix-2.11.1";
-  aarch64-linux = "/nix/store/0lrf6danhdqjsrhala134ak8vn0b9ghj-nix-2.11.1";
-  x86_64-darwin = "/nix/store/60sx4c6xflgqk11gvijwzlsczbxgxgwh-nix-2.11.1";
-  aarch64-darwin = "/nix/store/dmk5m3nlqp1awaqrp1f06qhhkh3l102n-nix-2.11.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";
 }