feishin-web: init at 1.13.0

This commit is contained in:
Harish Rajagopal
2026-07-11 14:35:49 +02:00
parent a9b06ca330
commit 93de10dc0d
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ buildNpmPackage {
inherit src;
__structuredAttrs = true;
npmConfigHook = pnpmConfigHook;
npmBuildScript = if webVersion then "build:web" else "build";

View File

@@ -11208,4 +11208,6 @@ with pkgs;
enableWayland = false;
enableX11 = true;
};
feishin-web = feishin.override { webVersion = true; };
}