nixpkgs/nixos/modules/services/web-servers
Thomas Strobel cad8957eab Add the tool "nixos-typecheck" that can check an option declaration to:
- Enforce that an option declaration has a "defaultText" if and only if the
   type of the option derives from "package", "packageSet" or "nixpkgsConfig"
   and if a "default" attribute is defined.

 - Enforce that the value of the "example" attribute is wrapped with "literalExample"
   if the type of the option derives from "package", "packageSet" or "nixpkgsConfig".

 - Warn if a "defaultText" is defined in an option declaration if the type of
   the option does not derive from "package", "packageSet" or "nixpkgsConfig".

 - Warn if no "type" is defined in an option declaration.
2016-02-29 01:09:00 +01:00
..
apache-httpd Add the tool "nixos-typecheck" that can check an option declaration to: 2016-02-29 01:09:00 +01:00
jboss jobs -> systemd.services 2016-01-07 06:39:06 +00:00
lighttpd lighttpd: fix mod_rewrite appearing twice 2015-11-14 15:52:25 +01:00
nginx Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
varnish Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
fcgiwrap.nix Updated fcgiwrap's systemd unit to match upstream version. 2015-02-18 21:19:12 +00:00
phpfpm.nix Merge pull request #8630 from lihop/nixos/fix-formatting 2016-02-27 10:08:37 +00:00
shellinabox.nix shellinabox service: intial implementation 2015-07-04 21:18:13 +12:00
tomcat.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
uwsgi.nix uwsgi service: update documentation 2016-02-19 18:09:27 +03:00
winstone.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
zope2.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00