From b7f455600275ef6579d2e47373cab3678a0ceed9 Mon Sep 17 00:00:00 2001 From: Andrew Childs Date: Fri, 26 Feb 2021 20:03:26 +0900 Subject: nixos/tests/elk: propagate pkgs and system to test runner --- nixos/tests/elk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix index 2a1a4cba2956e..7225ae1f823d7 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 -- cgit 1.4.1