nixos/h2o: show package override that isn’t the default
The default was changed earlier this week
This commit is contained in:
@@ -100,7 +100,7 @@ in
|
||||
package = lib.mkPackageOption pkgs "h2o" {
|
||||
example = ''
|
||||
pkgs.h2o.override {
|
||||
withMruby = true;
|
||||
withMruby = false;
|
||||
};
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user