personal website

dsaf

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