summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
blob: 2068f27f1c9f1c975548b9f337bd00d359b9b0da (plain) (blame)
1
2
3
4
5
6
{
  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";
}