M justfile →
justfile watch-server: (watch-flake "watchexec -r -i content -i templates go run ./cmd/server")
dev:
- modd
+ systemfd -s http::3000 modd
docker-stream system=(arch() + "-linux"):
@nix build --print-out-paths .#docker-stream-{{ system }} | sh