doggo/justfile

11 lines
109 B
Plaintext

alias b := build
build:
cargo build
alias r := run
run:
nixVulkanIntel cargo run
fmt:
nix fmt flake.nix