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
- event: [ "push" ]
3
branch: [ "main" ]
4
0
0
5
dependencies:
6
nixpkgs:
7
- cargo
8
- gcc
9
- pkg-config
10
- openssl
0
0
11
12
steps:
13
- name: Build project
14
command: |
15
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$(nix build nixpkgs#openssl.dev --no-link --print-out-paths)/lib/pkgconfig"
16
cargo build
0
0
0
0
0
···
2
- event: [ "push" ]
3
branch: [ "main" ]
4
5
+
engine: "nixery"
6
+
7
dependencies:
8
nixpkgs:
9
- cargo
10
- gcc
11
- pkg-config
12
- openssl
13
+
nixpkgs/nixpkgs-unstable:
14
+
- bun
15
16
steps:
17
- name: Build project
18
command: |
19
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$(nix build nixpkgs#openssl.dev --no-link --print-out-paths)/lib/pkgconfig"
20
cargo build
21
+
- name: Bun version
22
+
command: |
23
+
export PATH="$HOME/.nix-profile/bin:$PATH"
24
+
bun --version
25
+