Skip to content

Commit

Permalink
lib/attrsets: simplify chooseDevOutputs
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Nov 17, 2022
1 parent 9959fe2 commit 4536eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/attrsets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4536eba

Please sign in to comment.