summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin van Zonneveld <vanzonneveld@gmail.com>2016-09-21 14:34:31 +0200
committerGitHub <noreply@github.com>2016-09-21 14:34:31 +0200
commit6ee89c907c976c5e67c215c8c364af132263c640 (patch)
tree08b52a11f1fb0b20b857eedae94849d368bc9cf4
parent30e35d12186402856c5e897c9ea3d3325655e8d4 (diff)
downloadnixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.tar
nixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.tar.gz
nixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.tar.bz2
nixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.tar.lz
nixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.tar.xz
nixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.tar.zst
nixpkgs-6ee89c907c976c5e67c215c8c364af132263c640.zip
Remove reference to `riak2`
As mentioned by LnL in IRC, we

> used to have riak and riak2

But this seems no longer the case, hence the example should be updated.
-rw-r--r--nixos/modules/services/databases/riak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/riak.nix b/nixos/modules/services/databases/riak.nix
index bee768fa42a..da8cac5c7ff 100644
--- a/nixos/modules/services/databases/riak.nix
+++ b/nixos/modules/services/databases/riak.nix
@@ -20,7 +20,7 @@ in
 
       package = mkOption {
         type = types.package;
-        example = literalExample "pkgs.riak2";
+        example = literalExample "pkgs.riak";
         description = ''
           Riak package to use.
         '';