A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.

paw

+3 -2
+3 -2
.tangled/workflows/upload-demo-to-wisp.yml
··· 10 10 dependencies: 11 11 nixpkgs: 12 12 - nodejs 13 + - findutils 13 14 github:NixOS/nixpkgs/nixpkgs-unstable: 14 15 - bun 15 16 ··· 24 25 export PATH="$HOME/.nix-profile/bin:$PATH" 25 26 26 27 ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1) 27 - mkdir -p /usr/bin 2>/dev/null || true 28 - ln -sf "$ENV_PATH" /usr/bin/env 2>/dev/null || true 28 + mkdir -p /usr/bin 29 + ln -sf "$ENV_PATH" /usr/bin/env 29 30 ls -la /usr/bin 30 31 31 32 /usr/bin/env node --version