c958902d44
which NixOS should be built. This is useful in NixOS network specifications, because it allows machines in the network to have different types, e.g., { machine1 = { config, pkgs, ... }: { nixpkgs.system = "i686-linux"; ... other config ... }; machine2 = { config, pkgs, ... }: { nixpkgs.system = "x86_64-linux"; ... other config ... }; } It can also be useful in distributed NixOS tests. svn path=/nixos/trunk/; revision=24823 |
||
---|---|---|
.. | ||
test-driver | ||
build-vms.nix | ||
eval-config.nix | ||
from-env.nix | ||
make-iso9660-image.nix | ||
make-iso9660-image.sh | ||
make-squashfs.nix | ||
make-system-tarball.nix | ||
make-system-tarball.sh | ||
qemu-flags.nix | ||
testing.nix | ||
unpack-theme.nix | ||
unpack-theme.sh |