integration-tests/flakes: Fix impure use of <nixpkgs>

Caught by pure eval :)
This commit is contained in:
Zhaofeng Li 2022-08-16 20:15:43 -06:00
parent 80426aa814
commit 247d5754db

View file

@ -2,6 +2,7 @@
let let
tools = import ./tools.nix { tools = import ./tools.nix {
inherit pkgs;
insideVm = true; insideVm = true;
targets = [ "alpha" ]; targets = [ "alpha" ];
}; };