warpgate: fix web UI build

This commit is contained in:
Moraxyc
2026-01-01 10:22:28 +08:00
parent 25408ef3c8
commit ced0cd7083

View File

@@ -21,6 +21,8 @@ rustPlatform.buildRustPackage (
patches = [ ./web-ui-package-json.patch ];
npmDepsHash = "sha256-jgsNF93DkEVgPGzdi192HKoSHPYhdrtog28jZvOLK6E=";
# Fix peer dependency conflicts with ESLint 9.
npmFlags = [ "--legacy-peer-deps" ];
nativeBuildInputs = [ openapi-generator-cli ];