tangled
alpha
login
or
join now
bad-example.com
/
jacquard
forked from
nonbinary.computer/jacquard
A better Rust ATProto crate
0
fork
atom
overview
issues
pulls
pipelines
fixing the ci, hopefully, one crate being badly behaved
Orual
3 months ago
b130615a
5aad02ae
options
unified
split
Changed files
+2
-3
.tangled
workflows
build.yml
+2
-3
.tangled/workflows/build.yml
···
6
7
dependencies:
8
nixpkgs:
9
-
#- just
10
11
steps:
12
-
- name: build appview
13
command: |
14
-
nix build
···
6
7
dependencies:
8
nixpkgs:
0
9
10
steps:
11
+
- name: build crate
12
command: |
13
+
nix shell --command cargo build