doggo/justfile

16 lines
272 B
Plaintext

alias b := build
build:
cargo build
alias r := run
run:
nixVulkanIntel cargo run
fmt:
nix fmt flake.nix
# See https://github.com/zed-industries/zed/blob/main/docs/src/developing_zed__building_zed_linux.md
alias e := edit
edit:
WALYAND_DISPLAY= nixVulkanIntel zed .