feat: auto-update flake weekly

This commit is contained in:
Oskar Manhart 2024-10-22 21:04:17 +02:00
parent e630b5a898
commit 7277f71b9c

19
.github/workflows/update-nix.yaml vendored Normal file
View File

@ -0,0 +1,19 @@
name: "Update Flake Packages"
on:
workflow_dispatch:
schedule:
- cron: "0 10 * * 0" # https://crontab.guru/#0_10_*_*_0
jobs:
updateFlakePackages:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v20
- name: Update flake packages
uses: selfuryon/nix-update-action@v1