Skip to content

Update flake.lock

Update flake.lock #10

name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '46 3 1 */3 1'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Bump flake.lock"
pr-labels: |
dependencies
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}