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:27:58 +01:00
parent 40ef3bb63d
commit 7aed90a969

View file

@ -952,6 +952,7 @@ let
'';
} else {
name = "RenameInterface";
nodes = { };
testScript = "";
};
# even with disabled networkd, systemd.network.links should work