mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Fix tests.runInMachine evaluation
This commit is contained in:
parent
18ac683bbc
commit
c7ee917197
|
@ -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; */ };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue