0fccd7bb49
svn path=/nixos/trunk/; revision=23765
12 lines
133 B
Nix
12 lines
133 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
machine = { config, pkgs, ... }: { };
|
|
|
|
testScript =
|
|
''
|
|
startAll;
|
|
$machine->shutdown;
|
|
'';
|
|
}
|