tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
paw paw
@nekomimi.pet
4 months ago
40f7f3d2
e4a9ade7
0/1
upload-demo-to-wisp.yml
failed
20s
+6
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+6
-3
.tangled/workflows/upload-demo-to-wisp.yml
···
10
10
dependencies:
11
11
nixpkgs:
12
12
- nodejs
13
13
-
- coreutils
14
13
github:NixOS/nixpkgs/nixpkgs-unstable:
15
14
- bun
16
15
···
23
22
- name: build demo
24
23
command: |
25
24
export PATH="$HOME/.nix-profile/bin:$PATH"
25
25
+
26
26
+
ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1)
27
27
+
mkdir -p /usr/bin 2>/dev/null || true
28
28
+
ln -sf "$ENV_PATH" /usr/bin/env 2>/dev/null || true
26
29
ls -la /usr/bin
27
27
-
which node
30
30
+
28
31
/usr/bin/env node --version
29
29
-
32
32
+
30
33
bun install
31
34
bun run build:demo
32
35