summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-08-29 08:24:17 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-08-29 08:24:17 +0200
commit9fc7a29da5e2e69033a6ee933acbe8dad49ade1f (patch)
tree2848be88aca865129a1b8e330a66ec14c23d98f0 /nixos/modules/installer/tools/nix-fallback-paths.nix
parentf09f7f1778d7113651967e53bfbc2b0e92976d2e (diff)
downloadnixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.tar
nixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.tar.gz
nixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.tar.bz2
nixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.tar.lz
nixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.tar.xz
nixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.tar.zst
nixpkgs-9fc7a29da5e2e69033a6ee933acbe8dad49ade1f.zip
nix-fallback-paths.nix: Update to 2.11.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 0035ceca6fc..4700895cec8 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/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3";
-  i686-linux = "/nix/store/43xxh2jip6rpdhylc5z9a5fxx54dw206-nix-2.10.3";
-  aarch64-linux = "/nix/store/6qw3r57nra08ars8j8zyj3fl8lz4cvnd-nix-2.10.3";
-  x86_64-darwin = "/nix/store/3b7qrm0qjw57fmznrsvm0ai568i89hc2-nix-2.10.3";
-  aarch64-darwin = "/nix/store/gp7k17iy1n7hgf97qwnxw28c6v9nhb1i-nix-2.10.3";
+  x86_64-linux = "/nix/store/nmq5zcd93qb1yskx42rs910ff0247nn2-nix-2.11.0";
+  i686-linux = "/nix/store/ja6im1sw9a8lzczi10lc0iddffl9kzmn-nix-2.11.0";
+  aarch64-linux = "/nix/store/myr6fcqa9y4y2fb83zz73dck52vcn81z-nix-2.11.0";
+  x86_64-darwin = "/nix/store/2pfjz9b22k9997gh7cb0hjk1qa4lxrvy-nix-2.11.0";
+  aarch64-darwin = "/nix/store/lr32i0bdarx1iqsch4sy24jj1jkfw9vf-nix-2.11.0";
 }