Merge pull request #20600 from mdaiter/stanchion_defaultAndText
stanchion: added default to service
This commit is contained in:
commit
5582962fbd
|
@ -20,6 +20,7 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.stanchion;
|
||||
defaultText = "pkgs.stanchion";
|
||||
example = literalExample "pkgs.stanchion";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in New Issue