summaryrefslogtreecommitdiffstats
path: root/krebs/4lib/types.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-07 02:15:58 +0200
committertv <tv@krebsco.de>2016-06-07 02:15:58 +0200
commit39ebd5001ebcbcc9d991784ec1ce6dd804dbdcd4 (patch)
tree358a72ed120083a8d882069820350001a0cd8b26 /krebs/4lib/types.nix
parentdda2887e2cf618a7c7744bee2eed806e3a38fe36 (diff)
getAttrDef: RIP
Diffstat (limited to 'krebs/4lib/types.nix')
-rw-r--r--krebs/4lib/types.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix
index 66191d0b..f78d601e 100644
--- a/krebs/4lib/types.nix
+++ b/krebs/4lib/types.nix
@@ -199,8 +199,9 @@ types // rec {
description = ''
Set of user's PGP public keys.
- Modules supporting PGP may use well-known key names to define option
- defaults, e.g. using `getAttrDef well-known-name pubkeys`.
+ Modules supporting PGP may use well-known key names to define
+ default values for options, in which case the well-known name
+ should be documented in the respective option's description.
'';
};
pubkey = mkOption {