about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/installer/tools/nix-fallback-paths.nix
blob: 2673887d2b9657fbd14fab0adaf93643acfc55f8 (plain) (blame)
1
2
3
4
5
6
{
  x86_64-linux = "/nix/store/3ds3cgji9vjxdbgp10av6smyym1126d1-nix-2.3";
  i686-linux = "/nix/store/ln1ndqvfpc9cdl03vqxi6kvlxm9wfv9g-nix-2.3";
  aarch64-linux = "/nix/store/n8a1rwzrp20qcr2c4hvyn6c5q9zx8csw-nix-2.3";
  x86_64-darwin = "/nix/store/jq6npmpld02sz4rgniz0qrsdfnm6j17a-nix-2.3";
}