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

This commit is contained in:
Andrew Childs 2021-02-26 20:03:26 +09:00 committed by Robert Hensing
parent 98469f2c55
commit b7f4556002

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