integration-tests: Make it easier to override pkgs and colmena
This commit is contained in:
parent
31fc98cfa7
commit
372de58dff
9 changed files with 38 additions and 22 deletions
|
@ -1,5 +1,7 @@
|
|||
{ pkgs ? import ../nixpkgs.nix }:
|
||||
|
||||
let
|
||||
tools = import ../tools.nix {};
|
||||
tools = pkgs.callPackage ../tools.nix {};
|
||||
in tools.makeTest {
|
||||
name = "colmena-parallel";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue