nixos/tests/networking: fix evaluation
Fixes commands such as `nix-build -A nixosTests.networking.scripted`. Currently this fails: "error: The option `nodes' is used but not defined."
This commit is contained in:
parent
40ef3bb63d
commit
7aed90a969
1 changed files with 1 additions and 0 deletions
|
@ -952,6 +952,7 @@ let
|
|||
'';
|
||||
} else {
|
||||
name = "RenameInterface";
|
||||
nodes = { };
|
||||
testScript = "";
|
||||
};
|
||||
# even with disabled networkd, systemd.network.links should work
|
||||
|
|
Loading…
Reference in a new issue