nixpkgs/nixos/tests/simple.nix

12 lines
133 B
Nix

{ pkgs, ... }:
{
machine = { config, pkgs, ... }: { };
testScript =
''
startAll;
$machine->shutdown;
'';
}