Skip to content

Commit

Permalink
Merge pull request NixOS#28 from clhodapp/fix/man-output
Browse files Browse the repository at this point in the history
Default outputs should include "man"
  • Loading branch information
LnL7 authored May 12, 2017
2 parents 00315bc + b26a49a commit 90fd844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/environment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in {

environment.extraOutputsToInstall = mkOption {
type = types.listOf types.str;
default = [ ];
default = [ "man" ];
example = [ "doc" "info" "devdoc" ];
description = "List of additional package outputs to be symlinked into <filename>/run/current-system/sw</filename>.";
};
Expand Down

0 comments on commit 90fd844

Please sign in to comment.