Skip to content

flake update

flake update #1

Workflow file for this run

name: flake update
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
flake-update:
name: flake update
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: install nix
uses: DeterminateSystems/nix-installer-action@main
- name: update flake update
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-title: "chore: update flake.lock"