Skip to content

update flake.lock

update flake.lock #39

Workflow file for this run

name: update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 21 1 * *'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
- name: Update flake.lock
id: update
uses: DeterminateSystems/update-flake-lock@v19
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
commit-msg: "chore: update flake.lock"
pr-title: "Update flake.lock"
pr-labels: |
dependencies
bot
pr-body: |
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
```
{{ env.GIT_COMMIT_MESSAGE }}