#! /usr/bin/env cached-nix-shell #! nix-shell -i "just --justfile" preview: dnscontrol preview --cmode all build: preview push: dnscontrol push --cmode all run: push test: dnscontrol check ci: test cd: push