nixos/tests/networking: Fix syntax error
Introduced by 6c68fbd4e1.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Ekleog
This commit is contained in:
@@ -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 }:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user