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" ]; };