riak: add defaultText to service
riak: add default to service
This commit is contained in:
parent
93bed6fa6c
commit
ab43f932ce
@ -20,6 +20,8 @@ in
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
default = pkgs.riak;
|
||||||
|
defaultText = "pkgs.riak";
|
||||||
example = literalExample "pkgs.riak";
|
example = literalExample "pkgs.riak";
|
||||||
description = ''
|
description = ''
|
||||||
Riak package to use.
|
Riak package to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user