nixos/tests/simple.nix: Include minimal.nix
This reduces the amount of rebuilds (particularly some X11 stuff)after changing some dependencies like systemd.
Eelco Dolstra 9 years ago abdbdbeb 92803537
··· 4 4 maintainers = [ eelco ]; 5 5 }; 6 6 7 7 - machine = { config, pkgs, ... }: { }; 7 7 + machine = { config, pkgs, ... }: { 8 8 + imports = [ ../modules/profiles/minimal.nix ]; 9 9 + }; 8 10 9 11 testScript = 10 12 ''