lib/attrsets: simplify chooseDevOutputs
This commit is contained in:
parent
9959fe259d
commit
4536ebad69
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ rec {
|
|||
getMan = getOutput "man";
|
||||
|
||||
/* Pick the outputs of packages to place in buildInputs */
|
||||
chooseDevOutputs = drvs: builtins.map getDev drvs;
|
||||
chooseDevOutputs = builtins.map getDev;
|
||||
|
||||
/* Make various Nix tools consider the contents of the resulting
|
||||
attribute set when looking for what to build, find, etc.
|
||||
|
|
Loading…
Reference in a new issue