summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2021-02-26 20:03:26 +0900
committerRobert Hensing <robert@roberthensing.nl>2021-11-03 11:37:07 +0100
commitb7f455600275ef6579d2e47373cab3678a0ceed9 (patch)
treecd8c039e8293b4004fbbfa1eaa279c935396cea0
parent98469f2c55c99156e2ff92e0b537fd1231a931ad (diff)
downloadnixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.tar
nixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.tar.gz
nixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.tar.bz2
nixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.tar.lz
nixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.tar.xz
nixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.tar.zst
nixpkgs-b7f455600275ef6579d2e47373cab3678a0ceed9.zip
nixos/tests/elk: propagate pkgs and system to test runner
-rw-r--r--nixos/tests/elk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix
index 2a1a4cba295..7225ae1f823 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