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

Caught by pure eval :)
This commit is contained in:
Zhaofeng Li 2022-08-16 03:06:17 -06:00
parent dfa6317627
commit 6facb7e799

View File

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