lol

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

This reduces the amount of rebuilds (particularly some X11 stuff)
after changing some dependencies like systemd.

+3 -1
+3 -1
nixos/tests/simple.nix
··· 4 4 maintainers = [ eelco ]; 5 5 }; 6 6 7 - machine = { config, pkgs, ... }: { }; 7 + machine = { config, pkgs, ... }: { 8 + imports = [ ../modules/profiles/minimal.nix ]; 9 + }; 8 10 9 11 testScript = 10 12 ''