From 04be434adbe49a46c20a825ae6ca0b94676a5668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=82=E0=B8=97=E0=B8=AA=E0=B8=BA=E0=B8=95=E0=B8=B1?= =?UTF-8?q?=E0=B8=A5?= Date: Wed, 19 Feb 2025 15:16:06 +0700 Subject: [PATCH] h2o: mruby on by default After playing around with configs & examples, too many things are under the expectation that Mruby is on by default. It seems this would be a better default for Nix users. --- pkgs/by-name/h2/h2o/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/h2/h2o/package.nix b/pkgs/by-name/h2/h2o/package.nix index d908919589d4..66f1e5712bef 100644 --- a/pkgs/by-name/h2/h2o/package.nix +++ b/pkgs/by-name/h2/h2o/package.nix @@ -13,7 +13,7 @@ libuv, wslay, zlib, - withMruby ? false, + withMruby ? true, bison, ruby, }: