Fix tests.runInMachine evaluation

This commit is contained in:
Eelco Dolstra 2014-11-04 14:00:58 +01:00
parent 18ac683bbc
commit c7ee917197

View file

@ -2,9 +2,7 @@
with import ../lib/testing.nix { inherit system; };
{
test = runInMachine {
drv = pkgs.hello;
machine = { config, pkgs, ... }: { /* services.sshd.enable = true; */ };
};
runInMachine {
drv = pkgs.hello;
machine = { config, pkgs, ... }: { /* services.sshd.enable = true; */ };
}