This commit is contained in:
41666 2024-04-06 14:42:48 -04:00
parent 2a573a8c83
commit 959972262d
4 changed files with 50 additions and 14 deletions

8
justfile Normal file
View 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