Loïc Carr
Open shell in current Flake to evaluate a variable:
nix repl .
Run a shell with a specific package:
# Open a new shell:
nix-shell -p octodns
# Run a specific command:
nix-shell -p octodns --run "octodns-sync --config-file=./config/production.yaml"