blog/justfile
2025-10-19 23:22:31 +02:00

19 lines
237 B
Makefile

set quiet := true
list:
just --list --unsorted
fmt:
nix fmt
[group('zola')]
serve:
zola serve --drafts --open
[group('zola')]
check:
zola check --drafts
[group('nix')]
update:
nix flake update --commit-lock-file