mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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 {
|
||||
type = types.package;
|
||||
default = pkgs.riak;
|
||||
defaultText = "pkgs.riak";
|
||||
example = literalExample "pkgs.riak";
|
||||
description = ''
|
||||
Riak package to use.
|
||||
|
|
Loading…
Reference in a new issue