Merge #12357: nixos docs: show references to packages

This commit is contained in:
Vladimír Čunát
2016-02-03 10:07:27 +01:00
11 changed files with 37 additions and 27 deletions

View File

@@ -207,7 +207,7 @@ rec {
/* Like `mapAttrsRecursive', but it takes an additional predicate
function that tells it whether to recursive into an attribute
function that tells it whether to recurse into an attribute
set. If it returns false, `mapAttrsRecursiveCond' does not
recurse, but does apply the map function. It is returns true, it
does recurse, and does not apply the map function.