automated updating of flakes every weeks

This commit is contained in:
lIlIlIlIIIIlIIIllIIlIllIIllIII 2022-05-30 16:25:07 +02:00
parent 26ac1dc1bd
commit 49a3267eec
No known key found for this signature in database
GPG Key ID: 0D4F3CEF398F7CC0

18
.github/workflows/update-flake-lock.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: update lock files
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: install nix
uses: cachix/install-nix-action@v15
- name: checkout
uses: actions/checkout@v3
- name: update flake.lock
run: |
nix flake update