chore(flake): get build to succeed

This commit is contained in:
Elian Doran 2025-05-31 18:23:18 +03:00
parent c365cdb6c6
commit e2737d2d55
No known key found for this signature in database

View File

@ -22,7 +22,7 @@
buildPhase = '' buildPhase = ''
patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) node_modules/.pnpm/sass-embedded-linux-x64@1.87.0/node_modules/sass-embedded-linux-x64/dart-sass/src/dart patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) node_modules/.pnpm/sass-embedded-linux-x64@1.87.0/node_modules/sass-embedded-linux-x64/dart-sass/src/dart
NX_TUI=false NX_DAEMON=false pnpm nx run desktop:build NX_TUI=false NX_DAEMON=false pnpm nx run desktop:build --outputStyle stream
''; '';
installPhase = '' installPhase = ''