From 6ee89c907c976c5e67c215c8c364af132263c640 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 21 Sep 2016 14:34:31 +0200 Subject: 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. --- nixos/modules/services/databases/riak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/databases/riak.nix b/nixos/modules/services/databases/riak.nix index bee768fa42ae..da8cac5c7ff7 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. ''; -- cgit 1.4.1