tests: Add pkgs-lib

Makes the following work

    ofborg build tests.pkgs-lib
This commit is contained in:
Robert Hensing 2022-03-28 08:51:25 +02:00
parent 3344cea254
commit 6febb906a8

View file

@ -69,4 +69,6 @@ with pkgs;
dhall = callPackage ./dhall { };
makeWrapper = callPackage ./make-wrapper {};
pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });
}