diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix index 2a1a4cba2956..7225ae1f823d 100644 --- a/nixos/tests/elk.nix +++ b/nixos/tests/elk.nix @@ -215,7 +215,7 @@ let '! curl --silent --show-error "${esUrl}/_cat/indices" | grep logstash | grep ^' ) ''; - }) {}; + }) { inherit pkgs system; }; in pkgs.lib.mapAttrs mkElkTest { ELK-6 = if enableUnfree