nixos/tests/elk: propagate pkgs and system to test runner

This commit is contained in:
Andrew Childs
2021-11-03 11:37:07 +01:00
committed by Robert Hensing
parent 98469f2c55
commit b7f4556002
+1 -1
View File
@@ -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