1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00
nixpkgs/nixos/modules/services/x11
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
..
desktop-managers kde5: reduce default installation size 2016-02-19 06:21:50 -06:00
display-managers fix NixOS eval 2016-02-28 09:36:23 +00:00
hardware nixos: libinput use mkEnableOption 2016-02-27 07:24:47 +01:00
window-managers Add the tool "nixos-typecheck" that can check an option declaration to: 2016-02-29 01:09:00 +01:00
redshift.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
terminal-server.nix xorg.xorgserver: wrap Xvfb with required flags 2016-01-17 21:14:49 +01:00
unclutter.nix "types.uniq types.string" -> "types.str" 2015-06-15 18:08:49 +02:00
xfs.conf Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
xfs.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
xserver.nix xserver service: fix formatting of example 2016-02-27 22:25:40 +13:00