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

paw

Changed files
+3 -2
.tangled
+3 -2
.tangled/workflows/upload-demo-to-wisp.yml
···
dependencies:
nixpkgs:
- nodejs
+
- findutils
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
export PATH="$HOME/.nix-profile/bin:$PATH"
ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1)
-
mkdir -p /usr/bin 2>/dev/null || true
-
ln -sf "$ENV_PATH" /usr/bin/env 2>/dev/null || true
+
mkdir -p /usr/bin
+
ln -sf "$ENV_PATH" /usr/bin/env
ls -la /usr/bin
/usr/bin/env node --version