Skip to content

Commit

Permalink
nix-fallback-paths.nix: Fix x86_64-linux path
Browse files Browse the repository at this point in the history
NixOS/nix#3370
(cherry picked from commit 21a3b14)
  • Loading branch information
edolstra authored and dtzWill committed Feb 24, 2020
1 parent 4807403 commit 6bdc595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/tools/nix-fallback-paths.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
x86_64-linux = "/nix/store/68mycwwczrciryylq2a66jwfhxp09zsg-nix-2.3.3-debug";
x86_64-linux = "/nix/store/ddmmzn4ggz1f66lwxjy64n89864yj9w9-nix-2.3.3";
i686-linux = "/nix/store/5axys7hsggb4282dsbps5k5p0v59yv13-nix-2.3.3";
aarch64-linux = "/nix/store/k80nwvi19hxwbz3c9cxgp24f1jjxwmcc-nix-2.3.3";
x86_64-darwin = "/nix/store/lrnvapsqmf0ja6zfyx4cpxr7ahdr7f9b-nix-2.3.3";
Expand Down

0 comments on commit 6bdc595

Please sign in to comment.