M justfile →
justfile #! /usr/bin/env cached-nix-shell
#! nix-shell -i "just --justfile"
-cd:
- vanity-imports --config vanity-imports.toml
+ci:
+ templ generate
+ nix-build
+ ./result/bin/gopkgs
+
+cd: ci
rsync --recursive --delete --chmod=go+r dist/ /srv/http/go