mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/h2o: show package override that isn’t the default
The default was changed earlier this week
This commit is contained in:
parent
c554171c27
commit
e7e5ea5cee
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ in
|
||||||
package = lib.mkPackageOption pkgs "h2o" {
|
package = lib.mkPackageOption pkgs "h2o" {
|
||||||
example = ''
|
example = ''
|
||||||
pkgs.h2o.override {
|
pkgs.h2o.override {
|
||||||
withMruby = true;
|
withMruby = false;
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue