nixos/tests/simple.nix: Include minimal.nix

This reduces the amount of rebuilds (particularly some X11 stuff)
after changing some dependencies like systemd.
release-18.03-flake
Eelco Dolstra 2016-02-12 14:31:23 +01:00
parent 928035378d
commit abdbdbebf6
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ import ./make-test.nix ({ pkgs, ...} : {
maintainers = [ eelco ];
};
machine = { config, pkgs, ... }: { };
machine = { config, pkgs, ... }: {
imports = [ ../modules/profiles/minimal.nix ];
};
testScript =
''