update flake
This commit is contained in:
parent
9420d4d1b4
commit
9ba5b38c53
5 changed files with 33 additions and 116 deletions
16
justfile
16
justfile
|
@ -1,10 +1,7 @@
|
|||
alias b := build
|
||||
alias r := run
|
||||
alias t := test
|
||||
alias fmt := format
|
||||
# alias fmt := format
|
||||
|
||||
edit:
|
||||
godot4 --editor --quiet godot/project.godot
|
||||
nixVulkanIntel godot4 --editor --quiet godot/project.godot
|
||||
|
||||
android-keystore:
|
||||
mkdir -p android
|
||||
|
@ -14,14 +11,5 @@ android-keystore:
|
|||
pre-build:
|
||||
git submodule update --init --recursive
|
||||
|
||||
build:
|
||||
zig build -Doptimize=Debug
|
||||
|
||||
run:
|
||||
nixGL zig build run -- {{ justfile_directory() }}/life.sqlite3
|
||||
|
||||
test:
|
||||
zig build test
|
||||
|
||||
format:
|
||||
fd -e nix -X nix fmt {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue