tests: Add pkgs-lib
Makes the following work ofborg build tests.pkgs-lib
This commit is contained in:
parent
3344cea254
commit
6febb906a8
1 changed files with 2 additions and 0 deletions
|
@ -69,4 +69,6 @@ with pkgs;
|
|||
dhall = callPackage ./dhall { };
|
||||
|
||||
makeWrapper = callPackage ./make-wrapper {};
|
||||
|
||||
pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue