about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-03-28 08:51:25 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-04-01 15:19:45 +0200
commit6febb906a84b3deb8311a7144a5598aff1b43691 (patch)
treeef312cb3a53744052618b7698e5dc677380a345d /pkgs/test/default.nix
parent3344cea254129714919142494ec3e9e75aa09891 (diff)
tests: Add pkgs-lib
Makes the following work

    ofborg build tests.pkgs-lib
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 4110327946d9b..0e1b9c2ac7a0e 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -69,4 +69,6 @@ with pkgs;
   dhall = callPackage ./dhall { };
 
   makeWrapper = callPackage ./make-wrapper {};
+
+  pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });
 }