diff options
author | Artturin | 2022-04-05 01:10:44 +0300 |
---|---|---|
committer | Artturin | 2022-04-24 04:19:49 +0300 |
commit | 379b9c8be30ee14eb8703ec00c7ea5da5337c6b6 (patch) | |
tree | 724f3d8fb60739f24c18828fb5c9bceb165a1890 /lib/default.nix | |
parent | daac04325706fe506e576b1d6e7405367c386e11 (diff) |
lib/meta: add getExe to get the main program of a drv
Diffstat (limited to 'lib/default.nix')
-rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index 1f06283790a8..ec7f536bbdde 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -108,7 +108,7 @@ let makeScope makeScopeWithSplicing; inherit (self.meta) addMetaAttrs dontDistribute setName updateName appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio - hiPrioSet getLicenseFromSpdxId; + hiPrioSet getLicenseFromSpdxId getExe; inherit (self.sources) pathType pathIsDirectory cleanSourceFilter cleanSource sourceByRegex sourceFilesBySuffices commitIdFromGitRepo cleanSourceWith pathHasContext |