name: Nix Flake Update on: workflow_dispatch: # allows manual triggering schedule: - cron: 0 0 1 * * permissions: contents: write jobs: nfu: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: DeterminateSystems/determinate-nix-action@v3 - name: Update Nix Flake Lock run: nix flake update - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "[Auto] nfu" commit_author: "Madeline Hashcube "