Create update flake workflow

This commit is contained in:
Chris Dombroski 2024-04-24 17:48:45 -04:00
parent 947d778371
commit 9a36f5bae9

View file

@ -0,0 +1,13 @@
on:
schedule:
- cron: '0 2 * * *'
jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v1
- name: Update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@main