Skip to content

update-flake-inputs #16

update-flake-inputs

update-flake-inputs #16

Workflow file for this run

name: update-flake-inputs
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Nix
uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # v25
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
pr-title: "update flake inputs"
pr-labels: |
update
automated
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}