这是indexloc提供的服务,不要输入任何密码
Skip to content

Flake.lock: update Nix dependencies #1

Flake.lock: update Nix dependencies

Flake.lock: update Nix dependencies #1

name: "Flake.lock: update Nix dependencies"
# This workflow will open a PR to update the flake.lock file if it is out of sync with the
# flake.nix file.
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@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: DeterminateSystems/update-flake-lock@main