nixos/modules: use defaultText where applicable
Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
This commit is contained in:
@@ -50,6 +50,8 @@ in {
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.hound;
|
||||
defaultText = "pkgs.hound";
|
||||
type = types.package;
|
||||
description = ''
|
||||
Package for running hound.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user