nixos/redmine: update example to more recent Ruby

This commit is contained in:
zimbatm 2020-01-01 00:27:14 +00:00 committed by Alyssa Ross
parent a9341dbb33
commit ab64518d0f
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -66,7 +66,7 @@ in
type = types.package;
default = pkgs.redmine;
description = "Which Redmine package to use.";
example = "pkgs.redmine.override { ruby = pkgs.ruby_2_4; }";
example = "pkgs.redmine.override { ruby = pkgs.ruby_2_7; }";
};
user = mkOption {