From 247d5754dbe833c6fd74079479bded67aad1aa6e Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Tue, 16 Aug 2022 20:15:43 -0600 Subject: [PATCH] integration-tests/flakes: Fix impure use of Caught by pure eval :) --- integration-tests/flakes/hive.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/flakes/hive.nix b/integration-tests/flakes/hive.nix index cff56a9..c2cefbe 100644 --- a/integration-tests/flakes/hive.nix +++ b/integration-tests/flakes/hive.nix @@ -2,6 +2,7 @@ let tools = import ./tools.nix { + inherit pkgs; insideVm = true; targets = [ "alpha" ]; };