Kieran's opinionated (and probably slightly dumb) nix config

feat: nice name the workflows

dunkirk.sh 399b9012 44e9b62c

verified
+1
+1
.github/workflows/deploy-service.yml
··· 32 33 jobs: 34 deploy: 35 runs-on: ubuntu-latest 36 environment: 37 name: production
··· 32 33 jobs: 34 deploy: 35 + name: ${{ inputs.service }} → ${{ inputs.host }} 36 runs-on: ubuntu-latest 37 environment: 38 name: production