mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(flake): handle sass updates better
This commit is contained in:
parent
0e4ad86fbd
commit
89e2d46088
@ -49,7 +49,8 @@
|
||||
export NX_TUI=false
|
||||
export NX_DAEMON=false
|
||||
|
||||
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@*/node_modules/sass-embedded-linux-x64/dart-sass/src/dart
|
||||
pnpm nx run desktop:build --outputStyle stream --verbose
|
||||
|
||||
# Rebuild dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user