tests: Add pkgs-lib
Makes the following work ofborg build tests.pkgs-lib
This commit is contained in:
parent
3344cea254
commit
6febb906a8
@ -69,4 +69,6 @@ with pkgs;
|
|||||||
dhall = callPackage ./dhall { };
|
dhall = callPackage ./dhall { };
|
||||||
|
|
||||||
makeWrapper = callPackage ./make-wrapper {};
|
makeWrapper = callPackage ./make-wrapper {};
|
||||||
|
|
||||||
|
pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user