summary refs log tree commit diff
path: root/lib/attrsets.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-02-03 12:16:33 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-03 12:16:33 +0100
commit889351af8b8a9e8bb39dbd09dc56691a28b9d823 (patch)
tree0a8ca0a76ed8c8df86b6071f7fc50004a3a26f62 /lib/attrsets.nix
parent69ec09f38aa1f1d37baec73ebdf9cf5f21050f94 (diff)
downloadnixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.tar
nixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.tar.gz
nixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.tar.bz2
nixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.tar.lz
nixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.tar.xz
nixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.tar.zst
nixpkgs-889351af8b8a9e8bb39dbd09dc56691a28b9d823.zip
Revert "Merge #12357: nixos docs: show references to packages"
The PR wasn't good enough yet.
This reverts commit b2a37ceeea8c38ec71447f8dae1e6890a8cf982d, reversing
changes made to 7fa9a1abce623aaf18b22f5dca3fc8a44a494e8d.
Diffstat (limited to 'lib/attrsets.nix')
-rw-r--r--lib/attrsets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attrsets.nix b/lib/attrsets.nix
index e3721bd1e94..84f6cb3658b 100644
--- a/lib/attrsets.nix
+++ b/lib/attrsets.nix
@@ -207,7 +207,7 @@ rec {
 
 
   /* Like `mapAttrsRecursive', but it takes an additional predicate
-     function that tells it whether to recurse into an attribute
+     function that tells it whether to recursive 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.