integration-tests: Make it easier to override pkgs and colmena

This commit is contained in:
Zhaofeng Li 2021-12-07 23:13:31 -08:00
parent 31fc98cfa7
commit 372de58dff
9 changed files with 38 additions and 22 deletions

View file

@ -1,5 +1,7 @@
{ pkgs ? import ../nixpkgs.nix }:
let
tools = import ../tools.nix {};
tools = pkgs.callPackage ../tools.nix {};
in tools.makeTest {
name = "colmena-parallel";