more
This commit is contained in:
parent
2a573a8c83
commit
959972262d
4 changed files with 50 additions and 14 deletions
8
justfile
Normal file
8
justfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
default: build
|
||||
build: build-be build-fe
|
||||
|
||||
build-fe:
|
||||
nix build .#akkoma.tachikoma
|
||||
|
||||
build-be:
|
||||
nix build .#akkoma-frontends.tachikoma-fe
|
Loading…
Add table
Add a link
Reference in a new issue