summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/tools/nix-fallback-paths.nix')
-rw-r--r--nixos/modules/installer/tools/nix-fallback-paths.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/installer/tools/nix-fallback-paths.nix b/nixos/modules/installer/tools/nix-fallback-paths.nix
new file mode 100644
index 000000000000..ddc624a77de9
--- /dev/null
+++ b/nixos/modules/installer/tools/nix-fallback-paths.nix
@@ -0,0 +1,5 @@
+{
+  x86_64-linux = "/nix/store/m8z91vpfxyszhjpq4wl8m1zwlqik4fkn-nix-1.11.5";
+  i686-linux = "/nix/store/vk71likl32igqg6apqsj52ln3vhkq1pa-nix-1.11.5";
+  x86_64-darwin = "/nix/store/qfwm0b5qkr8v8gsv9dh2z3arky9p1myg-nix-1.11.5";
+}