services-flake/justfile
2023-07-20 07:59:17 -04:00

11 lines
159 B
Makefile

default:
@just --list
# Run example
ex:
cd ./example && nix run . --override-input services-flake ..
# Auto-format the project tree
fmt:
treefmt