nixos/tests/networking: Fix syntax error
Introduced by 6c68fbd4e1
.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Ekleog
This commit is contained in:
parent
2ea5e68b24
commit
12d7f9a640
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ system ? builtins.currentSystem
|
||||
, config ? {}
|
||||
, pkgs ? import ../.. { inherit system config; },
|
||||
, pkgs ? import ../.. { inherit system config; }
|
||||
# bool: whether to use networkd in the tests
|
||||
, networkd }:
|
||||
|
||||
|
|
Loading…
Reference in a new issue