mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
0fccd7bb49
svn path=/nixos/trunk/; revision=23765
11 lines
133 B
Nix
11 lines
133 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
machine = { config, pkgs, ... }: { };
|
|
|
|
testScript =
|
|
''
|
|
startAll;
|
|
$machine->shutdown;
|
|
'';
|
|
}
|