about summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2023-12-19 22:03:01 +0100
committerGitHub <noreply@github.com>2023-12-19 22:03:01 +0100
commitcf47b9a5c0bd33901014cee1178d206646997711 (patch)
treeb3fbfafd4d43a3df8c7200105d5b5e4f7e88d916 /lib/default.nix
parentbfd600c3fa9350d90804126cb6b22db6ccc752d1 (diff)
parent090b929b8ab9b7df11825554828f0cb51e9eab9b (diff)
Merge pull request #270537 from 9999years/packagesFromDirectory
lib.packagesFromDirectoryRecursive: init
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 35e31af364d88..f6c94ae91634f 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -120,7 +120,8 @@ let
     inherit (self.meta) addMetaAttrs dontDistribute setName updateName
       appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio
       hiPrioSet getLicenseFromSpdxId getExe getExe';
-    inherit (self.filesystem) pathType pathIsDirectory pathIsRegularFile;
+    inherit (self.filesystem) pathType pathIsDirectory pathIsRegularFile
+      packagesFromDirectoryRecursive;
     inherit (self.sources) cleanSourceFilter
       cleanSource sourceByRegex sourceFilesBySuffices
       commitIdFromGitRepo cleanSourceWith pathHasContext