mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixos/redmine: update example to more recent Ruby
This commit is contained in:
parent
a9341dbb33
commit
ab64518d0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue