name: Update Flake Lockfile on: schedule: # run weekly on sunday - cron: "0 0 * * 0" workflow_dispatch: permissions: contents: write pull-requests: write jobs: update-flake: if: github.repository == 'lunaislazier/ShatteredPrism' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 - uses: DeterminateSystems/update-flake-lock@v24 with: commit-msg: "chore(nix): update lockfile" pr-title: "chore(nix): update lockfile" pr-labels: | Linux packaging simple change changelog:omit