From ee4f8c2dc98f10b75242b526245229e24baa6010 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 24 May 2017 15:51:01 +0300 Subject: nixos doc: document coercedTo type Also mention about docs in types.nix and fix a small error in related documentation. Fixes #26055. --- lib/types.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/types.nix') diff --git a/lib/types.nix b/lib/types.nix index 45122759bfc..b06cc9eedaa 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -92,6 +92,8 @@ rec { }; + # When adding new types don't forget to document them in + # nixos/doc/manual/development/option-types.xml! types = rec { unspecified = mkOptionType { -- cgit 1.4.1