nixos/redmine: update example to more recent Ruby
This commit is contained in:
parent
a9341dbb33
commit
ab64518d0f
@ -66,7 +66,7 @@ in
|
|||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.redmine;
|
default = pkgs.redmine;
|
||||||
description = "Which Redmine package to use.";
|
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 {
|
user = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user