summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-12 14:31:23 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-12 14:35:41 +0100
commitabdbdbebf613da18cb1b89e6c9b2216227046c0a (patch)
treee90bc3dfb6ec7831087b53a8c7088dbdeb2e6d7a /nixos
parent928035378d82de9641adc60e188c3b9313667729 (diff)
nixos/tests/simple.nix: Include minimal.nix
This reduces the amount of rebuilds (particularly some X11 stuff) after changing some dependencies like systemd.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/simple.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/tests/simple.nix b/nixos/tests/simple.nix
index 287712be316d..04d624adcfe9 100644
--- a/nixos/tests/simple.nix
+++ b/nixos/tests/simple.nix
@@ -4,7 +4,9 @@ import ./make-test.nix ({ pkgs, ...} : {
maintainers = [ eelco ];
};
- machine = { config, pkgs, ... }: { };
+ machine = { config, pkgs, ... }: {
+ imports = [ ../modules/profiles/minimal.nix ];
+ };
testScript =
''