getMan
lib.attrsets.getMan
Docs pulled from | This Revision | 4 days ago
Get a package's man output.
If the output does not exist, fallback to .out and then to the default.
Inputs
- pkg
- 
The package whose manoutput will be retrieved.
Type
getMan :: Derivation -> Derivation
Examples
lib.attrsets.getMan usage example
"${getMan pkgs.openssl}"
=> "/nix/store/9rz8gxhzf8sw4kf2j2f1grr49w8zx5vj-openssl-1.0.1r-man"
Noogle detected
Implementation
The following is the current implementation of this function.
getMan = getOutput "man";