summaryrefslogtreecommitdiffstats
path: root/lib/attrsets.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-23 13:04:10 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-23 13:05:36 +0200
commit45c7dd7d98f1466b3d631444f71b441a48ccd54c (patch)
tree5c4fc80579319c7771726cb1891ce8b7e3297000 /lib/attrsets.nix
parente48ad583b0d9c1326db652df817e742629e0c18f (diff)
Add stdenv bootstrap tools generation to release.nix
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 5aad76e75e4d..22ecc808679d 100644
--- a/lib/attrsets.nix
+++ b/lib/attrsets.nix
@@ -116,7 +116,7 @@ rec {
Type:
collect ::
- (AttrSet -> Bool) -> AttrSet -> AttrSet
+ (AttrSet -> Bool) -> AttrSet -> [x]
Example:
collect isList { a = { b = ["b"]; }; c = [1]; }