Skip to content

update-flake-lock

update-flake-lock #112

Workflow file for this run

name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
permissions:
contents: "read"
jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: ./.github/actions/install-nix-action
with:
cachix-authtoken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Check flake
uses: DeterminateSystems/flake-checker-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main