add autoupdate (test probably broken)

This commit is contained in:
2026-04-23 17:28:23 +02:00
parent 5e83ab9626
commit 64ee797c97

View File

@ -0,0 +1,18 @@
name: update the nix flake lock automatically every week
run-name: update
on:
schedule:
- cron: "0 4 * * 1"
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: get repo
uses: actions/checkout@v4.2.2
- name: install nix
uses: https://github.com/cachix/install-nix-action@v31
- name: run the update
run: nix flake update