nixos/tests/networking: Fix syntax error

Introduced by 6c68fbd4e1.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Ekleog
This commit is contained in:
aszlig 2018-11-12 16:18:58 +01:00
parent 2ea5e68b24
commit 12d7f9a640
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691

View File

@ -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 }: