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:
Raphael Robatsch
2023-01-29 14:30:29 +01:00
parent 40ef3bb63d
commit 7aed90a969
+1
View File
@@ -952,6 +952,7 @@ let
''; '';
} else { } else {
name = "RenameInterface"; name = "RenameInterface";
nodes = { };
testScript = ""; testScript = "";
}; };
# even with disabled networkd, systemd.network.links should work # even with disabled networkd, systemd.network.links should work