Create workflow for updating flake

This commit is contained in:
Noa Aarts 2024-10-20 23:21:01 +02:00
parent b76280d8e8
commit d5f6316bbb
Signed by: noa
GPG key ID: 1850932741EFF672

17
.github/workflows/update-flake.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 4 * * *' # at 04:00 every day
jobs:
lockfile:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Update Nix Flake Lock
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-assignees: itepastra
pr-reviewers: itepastra