summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
blob: 80241cd3ebecb725d0f4e2ec5c8159b9e1067f62 (plain) (blame)
1
2
3
4
5
{
  x86_64-linux = "/nix/store/crqd5wmrqipl4n1fcm5kkc1zg4sj80js-nix-1.11.11";
  i686-linux = "/nix/store/wsjn14xp5ja509d4dxb1c78zhirw0b5x-nix-1.11.11";
  x86_64-darwin = "/nix/store/zqkqnhk85g2shxlpb04y72h1i3db3gpl-nix-1.11.11";
}