about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-06-01 22:55:14 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-06-01 22:55:14 +0200
commitd4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec (patch)
treeee6e4d95061cec6d066d511a205021b3ea9dd766 /nixos/modules/installer
parent4ebf00ed431b64f8ce0c91634116bcc37b687476 (diff)
downloadnixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.tar
nixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.tar.gz
nixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.tar.bz2
nixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.tar.lz
nixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.tar.xz
nixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.tar.zst
nixlib-d4fe69faeaeb6dc0d7b8ba6a55098f1482db1dec.zip
nix-fallback-paths.nix: Update to 2.15.1
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 1058a34133b1..582334a5aeaf 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/mc43d38fibi94pp5crfwacl5gbslccd0-nix-2.13.3";
-  i686-linux = "/nix/store/09m966pj26cgd4ihlg8ihl1106j3vih8-nix-2.13.3";
-  aarch64-linux = "/nix/store/7f191d125akld27gc6jl0r13l8pl7x0h-nix-2.13.3";
-  x86_64-darwin = "/nix/store/1wn9jkvi2zqfjnjgg7lnp30r2q2y8whd-nix-2.13.3";
-  aarch64-darwin = "/nix/store/8w0v2mffa10chrf1h66cbvbpw86qmh85-nix-2.13.3";
+  x86_64-linux = "/nix/store/ny9r65799s7xhp605bc2753sjvzkxrrs-nix-2.15.1";
+  i686-linux = "/nix/store/ck55dz5klc7szi8rx9ghhm8gi2b5q5bw-nix-2.15.1";
+  aarch64-linux = "/nix/store/cl0a02vr28913dgw98hrm45a4baqr3z1-nix-2.15.1";
+  x86_64-darwin = "/nix/store/wq228jdbz16pp2lnxf32n8dv27pw53p8-nix-2.15.1";
+  aarch64-darwin = "/nix/store/x11cpsjg4q236msfz5scc325pfp9xy64-nix-2.15.1";
 }