diff options
| author | Someone Serge <sergei.kozlukov@aalto.fi> | 2024-07-14 13:54:08 +0000 |
|---|---|---|
| committer | Someone Serge <sergei.kozlukov@aalto.fi> | 2024-07-21 11:29:23 +0000 |
| commit | 744305bce4cf59d9bec124b6170db925bf71ac63 (patch) | |
| tree | 777f924e5c67e3182468e123dad1315050b3d8fb /lib/default.nix | |
| parent | Merge pull request #328701 from r-ryantm/auto-update/iosevka (diff) | |
| download | nixpkgs-744305bce4cf59d9bec124b6170db925bf71ac63.tar.gz | |
lib: add getOutput', a nix-lang counterpart of _overrideFirst
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix index 2605da47679e..adc7caa6bb9e 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -86,8 +86,8 @@ let mapAttrs' mapAttrsToList attrsToList concatMapAttrs mapAttrsRecursive mapAttrsRecursiveCond genAttrs isDerivation toDerivation optionalAttrs zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil - recursiveUpdate matchAttrs mergeAttrsList overrideExisting showAttrPath getOutput - getBin getLib getDev getMan chooseDevOutputs zipWithNames zip + recursiveUpdate matchAttrs mergeAttrsList overrideExisting showAttrPath getOutput getFirstOutput + getBin getLib getDev getInclude getMan chooseDevOutputs zipWithNames zip recurseIntoAttrs dontRecurseIntoAttrs cartesianProduct cartesianProductOfSets mapCartesianProduct updateManyAttrsByPath listToAttrs hasAttr getAttr isAttrs intersectAttrs removeAttrs; inherit (self.lists) singleton forEach map foldr fold foldl foldl' imap0 imap1 |
