about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-01-26 22:54:18 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-26 22:54:25 +1000
commitb93752ceb034c694322c112c4d9fa050286d0308 (patch)
tree7cd2728250929f585af967882a1595aa29076355 /nixos/modules/installer
parent2d39d4475f2d25a5da4a0601f504a294fb7da2ad (diff)
downloadnixlib-b93752ceb034c694322c112c4d9fa050286d0308.tar
nixlib-b93752ceb034c694322c112c4d9fa050286d0308.tar.gz
nixlib-b93752ceb034c694322c112c4d9fa050286d0308.tar.bz2
nixlib-b93752ceb034c694322c112c4d9fa050286d0308.tar.lz
nixlib-b93752ceb034c694322c112c4d9fa050286d0308.tar.xz
nixlib-b93752ceb034c694322c112c4d9fa050286d0308.tar.zst
nixlib-b93752ceb034c694322c112c4d9fa050286d0308.zip
nixos/nix-fallback-paths: 2.12.0 -> 2.13.2
Diffstat (limited to 'nixos/modules/installer')
-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 3eca901bdbf7..c9cb65dbbe5a 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/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";
+  x86_64-linux = "/nix/store/lsr79q5xqd9dv97wn87x12kzax8s8i1s-nix-2.13.2";
+  i686-linux = "/nix/store/wky9xjwiwzpifgk0s3f2nrg8nr67bi7x-nix-2.13.2";
+  aarch64-linux = "/nix/store/v8drr3x1ia6bdr8y4vl79mlz61xynrpm-nix-2.13.2";
+  x86_64-darwin = "/nix/store/1l14si31p4aw7c1gwgjy0nq55k38j9nj-nix-2.13.2";
+  aarch64-darwin = "/nix/store/6x7nr1r780fgn254zhkwhih3f3i8cr45-nix-2.13.2";
 }