2022-08-05 21:03:12 +00:00
|
|
|
name: Update Flake
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
2023-05-16 20:13:30 +00:00
|
|
|
- cron: '0 8 * * *'
|
2022-08-05 21:03:12 +00:00
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
update-flake:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
2023-06-27 07:37:39 +00:00
|
|
|
- name: Install Nix
|
|
|
|
uses: DeterminateSystems/nix-installer-action@v4
|
|
|
|
- name: Run the Magic Nix Cache
|
|
|
|
uses: DeterminateSystems/magic-nix-cache-action@v1
|
2022-08-05 21:06:34 +00:00
|
|
|
- run: nix flake update
|
2022-08-05 21:03:12 +00:00
|
|
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
|
with:
|
|
|
|
commit_message: "[automation] Update flake"
|