about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-12-08 11:28:42 +0100
committerGitHub <noreply@github.com>2022-12-08 11:28:42 +0100
commit80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b (patch)
tree880531d6a7530d86ccb50fc61b05ffef51a29fc5 /nixos
parent5fe53cb9b51d80e5146c2427c1e8ac0484610120 (diff)
parent1ec69621ef95a1b82f267c0197d280f2f8e3a056 (diff)
downloadnixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.tar
nixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.tar.gz
nixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.tar.bz2
nixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.tar.lz
nixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.tar.xz
nixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.tar.zst
nixlib-80b1fb3d5e91f9027a788b4b5f7c1c9bd6d4546b.zip
Merge pull request #204841 from qowoz/nix
nixVersions.nix_2_12: init at 2.12.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 675674cf5b4b..3eca901bdbf7 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";
 }