mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #18806 from kvz/patch-1
riak: update service example
This commit is contained in:
commit
0027c7119d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
example = literalExample "pkgs.riak2";
|
||||
example = literalExample "pkgs.riak";
|
||||
description = ''
|
||||
Riak package to use.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue