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 == 'PrismLauncher/PrismLauncher' runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # v31 - uses: DeterminateSystems/update-flake-lock@v27 with: commit-msg: "chore(nix): update lockfile" pr-title: "chore(nix): update lockfile" pr-labels: | Linux packaging simple change changelog:omit