forked from DGNum/colmena
integration-tests/flakes: Fix impure use of <nixpkgs>
Caught by pure eval :)
This commit is contained in:
parent
80426aa814
commit
247d5754db
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
tools = import ./tools.nix {
|
tools = import ./tools.nix {
|
||||||
|
inherit pkgs;
|
||||||
insideVm = true;
|
insideVm = true;
|
||||||
targets = [ "alpha" ];
|
targets = [ "alpha" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue