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 maintainers = [ eelco ]; 5 }; 6 7 - machine = { config, pkgs, ... }: { }; 0 0 8 9 testScript = 10 ''
··· 4 maintainers = [ eelco ]; 5 }; 6 7 + machine = { config, pkgs, ... }: { 8 + imports = [ ../modules/profiles/minimal.nix ]; 9 + }; 10 11 testScript = 12 ''