lib/attrsets: simplify chooseDevOutputs

This commit is contained in:
figsoda 2022-11-16 11:47:36 -05:00
parent 9959fe259d
commit 4536ebad69

@ -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.