Skip to content

Flake.lock: update Nix dependencies #49

Flake.lock: update Nix dependencies

Flake.lock: update Nix dependencies #49

Workflow file for this run

name: "Flake.lock: update Nix dependencies"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
jobs:
nix-flake-update:
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/determinate-nix-action@v3.19.0
- uses: DeterminateSystems/update-flake-lock@203e2eb079eca40abff70ea3189192e9adeca500
with:
pr-title: Update Nix flake inputs
sign-commits: true
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
token: ${{ secrets.GH_TOKEN_FOR_FLAKE_LOCK_UPDATES }}
push-to-fork: pinguibot/generic-device-plugin