0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/h2o: show package override that isn’t the default

The default was changed earlier this week
This commit is contained in:
โทสฺตัล 2025-02-22 19:22:54 +07:00
parent c554171c27
commit e7e5ea5cee

View file

@ -100,7 +100,7 @@ in
package = lib.mkPackageOption pkgs "h2o" {
example = ''
pkgs.h2o.override {
withMruby = true;
withMruby = false;
};
'';
};