0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/modules: use defaultText/literalExample where applicable

Primarily to fix rendering of default values/examples but also
to avoid unnecessary work.
This commit is contained in:
Joachim Fasting 2017-03-07 14:01:50 +01:00
parent 540163e4a4
commit 15da23d5c1
No known key found for this signature in database
GPG key ID: 7544761007FE4E08
8 changed files with 12 additions and 5 deletions

View file

@ -76,6 +76,7 @@ in {
description = "Kubernetes package to use.";
type = types.package;
default = pkgs.kubernetes;
defaultText = "pkgs.kubernetes";
};
verbose = mkOption {