integration-tests: Refactor pkgs

This commit is contained in:
Zhaofeng Li 2023-01-27 23:44:41 -07:00
parent 9c51ac1523
commit ddf00fec66
8 changed files with 21 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{ pkgs ? import ../nixpkgs.nix }:
{ pkgs }:
let
tools = pkgs.callPackage ../tools.nix {};