tangled
alpha
login
or
join now
nel.pet
/
pds-migrate
6
fork
atom
CLI tool for migrating PDS
6
fork
atom
overview
issues
pulls
pipelines
ci: test flakeref unification
nel.pet
1 month ago
bb1044a3
0689ed42
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
1/1
build.yml
success
3min 7s
+9
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+9
.tangled/workflows/build.yml
···
2
2
- event: [ "push" ]
3
3
branch: [ "main" ]
4
4
5
5
+
engine: "nixery"
6
6
+
5
7
dependencies:
6
8
nixpkgs:
7
9
- cargo
8
10
- gcc
9
11
- pkg-config
10
12
- openssl
13
13
+
nixpkgs/nixpkgs-unstable:
14
14
+
- bun
11
15
12
16
steps:
13
17
- name: Build project
14
18
command: |
15
19
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$(nix build nixpkgs#openssl.dev --no-link --print-out-paths)/lib/pkgconfig"
16
20
cargo build
21
21
+
- name: Bun version
22
22
+
command: |
23
23
+
export PATH="$HOME/.nix-profile/bin:$PATH"
24
24
+
bun --version
25
25
+