about summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nix-fallback-paths.nix
blob: 6b1f54beee2ead0c59d8376f11ea1db869fc1291 (plain) (blame)
1
2
3
4
5
6
{
  x86_64-linux = "/nix/store/iwfs2bfcy7lqwhri94p2i6jc87ih55zk-nix-2.3.10";
  i686-linux = "/nix/store/a3ccfvy9i5n418d5v0bir330kbcz3vj8-nix-2.3.10";
  aarch64-linux = "/nix/store/bh5g6cv7bv35iz853d3xv2sphn51ybmb-nix-2.3.10";
  x86_64-darwin = "/nix/store/8c98r6zlwn2d40qm7jnnrr2rdlqviszr-nix-2.3.10";
}