name: Update Flake Lockfile on: schedule: # run weekly on sunday - cron: "0 0 * * 0" workflow_dispatch: permissions: {} jobs: update-flake: if: github.repository == 'PrismLauncher/PrismLauncher' permissions: contents: write pull-requests: write runs-on: ubuntu-slim steps: - uses: actions/checkout@v6 - uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31 - uses: DeterminateSystems/update-flake-lock@v28 with: commit-msg: "chore(nix): update lockfile" pr-title: "chore(nix): update lockfile" pr-labels: | Linux packaging simple change changelog:omit