about summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
blob: d7149b35d4c0cde9c7ad5279a5b1286029c1ef63 (plain) (blame)
1
2
3
4
5
6
{
  x86_64-linux = "/nix/store/6chjfy4j6hjwj5f8zcbbdg02i21x1qsi-nix-2.3.1";
  i686-linux = "/nix/store/xa8z7fwszjjm4kiwrxfc8xv9c1pzzm7a-nix-2.3.1";
  aarch64-linux = "/nix/store/8cac1ivcnchlpzmdjby2f71l1fwpnymr-nix-2.3.1";
  x86_64-darwin = "/nix/store/6639l9815ggdnb4aka22qcjy7p8w4hb9-nix-2.3.1";
}