mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Fix tests.runInMachine evaluation
This commit is contained in:
parent
18ac683bbc
commit
c7ee917197
1 changed files with 3 additions and 5 deletions
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
with import ../lib/testing.nix { inherit system; };
|
with import ../lib/testing.nix { inherit system; };
|
||||||
|
|
||||||
{
|
runInMachine {
|
||||||
test = runInMachine {
|
drv = pkgs.hello;
|
||||||
drv = pkgs.hello;
|
machine = { config, pkgs, ... }: { /* services.sshd.enable = true; */ };
|
||||||
machine = { config, pkgs, ... }: { /* services.sshd.enable = true; */ };
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue