personal website

fix LD_LIBRARY_PATH for sharp in nix ci

+1
+1
.tangled/workflows/deploy.yml
··· 30 30 - build: 31 31 command: | 32 32 export PATH="$HOME/.nix-profile/bin:$PATH" 33 + export LD_LIBRARY_PATH="$(find /nix/store -name 'libstdc++.so.6' -exec dirname {} \; 2>/dev/null | head -1):$LD_LIBRARY_PATH" 33 34 34 35 rm -rf bun.lock 35 36 bun install @oven/bun-linux-x64