summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-02-27 18:16:57 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2023-02-27 10:40:18 -0800
commit056b679c35b66515f3305921500a989b3951f1ff (patch)
tree1b8a32b581a1673a17082cdd73cffed541e889e7 /nixos/modules/installer/tools
parentaaecc6a7c7a879201d58cb39b333314dce4a17d2 (diff)
downloadnixpkgs-056b679c35b66515f3305921500a989b3951f1ff.tar
nixpkgs-056b679c35b66515f3305921500a989b3951f1ff.tar.gz
nixpkgs-056b679c35b66515f3305921500a989b3951f1ff.tar.bz2
nixpkgs-056b679c35b66515f3305921500a989b3951f1ff.tar.lz
nixpkgs-056b679c35b66515f3305921500a989b3951f1ff.tar.xz
nixpkgs-056b679c35b66515f3305921500a989b3951f1ff.tar.zst
nixpkgs-056b679c35b66515f3305921500a989b3951f1ff.zip
nix-fallback-paths.nix: Update to 2.13.3
Diffstat (limited to 'nixos/modules/installer/tools')
-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 c9cb65dbbe5..1058a34133b 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/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";
+  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";
 }