doggo/justfile

16 lines
272 B
Plaintext
Raw Permalink Normal View History

2024-04-05 15:23:54 +02:00
alias b := build
build:
cargo build
alias r := run
run:
2024-04-05 23:57:47 +02:00
nixVulkanIntel cargo run
fmt:
nix fmt flake.nix
2024-04-13 20:32:49 +02:00
# 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 .