Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Update flake.lock

Update flake.lock #15

Workflow file for this run

name: update flake inputs
on:
schedule:
- cron: "0 0 * * 6"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/update-flake-lock@v20
with:
commit-msg: "deps(flake): update inputs"
pr-title: "deps(flake): update inputs"