Skip to content

Update flake.lock

Update flake.lock #91

Workflow file for this run

name: Update flake.lock
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v16
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v14
with:
pr-title: ":recycle: `env` Update flake.lock"
pr-labels: |
dependencies
automated