From 12d7f9a6408209390ddd1a6a31844d817768d0a0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 12 Nov 2018 16:18:58 +0100 Subject: [PATCH] nixos/tests/networking: Fix syntax error Introduced by 6c68fbd4e1f8beac39cb1f499ff90c78256262d6. Signed-off-by: aszlig Cc: @Ekleog --- nixos/tests/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/networking.nix b/nixos/tests/networking.nix index 6843e8b2636..e689eadf1dd 100644 --- a/nixos/tests/networking.nix +++ b/nixos/tests/networking.nix @@ -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 }: