1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

riak: add defaultText to service

riak: add default to service
This commit is contained in:
Matthew Daiter 2016-11-21 12:15:29 +01:00
parent 93bed6fa6c
commit ab43f932ce

View file

@ -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.