mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 14:39:23 +03:00
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 {
|
} 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue