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

The default was changed earlier this week
This commit is contained in:
โทสฺตัล
2025-02-24 15:06:34 +07:00
parent c554171c27
commit e7e5ea5cee
@@ -100,7 +100,7 @@ in
package = lib.mkPackageOption pkgs "h2o" {
example = ''
pkgs.h2o.override {
withMruby = true;
withMruby = false;
};
'';
};