feat: update workflow

This commit is contained in:
2025-04-16 02:40:37 -04:00
parent beef83e02e
commit e38719c292
4 changed files with 49 additions and 7 deletions

View File

@ -92,9 +92,8 @@
pname = "${pname}-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-yKabRCijP2oSe6AhMVvxbY/gCA+7/6xSw0YoIzaGezA=";
npmDepsHash = "sha256-o+ANqVBYztpQNAFTThSHdS+euteIGijUTZSXp2DlkDU=";
nodejs = pkgs.nodejs_22;
npmFlags = ["--legacy-peer-deps"];
installPhase = ''
cp -r build "$out"