Create flake-update.yml

This commit is contained in:
elissa 2024-12-30 02:03:22 +02:00 committed by GitHub
parent 997bff55a2
commit 2b57df7ce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,15 @@
name: "Update Flake Packages ❄️"
on:
workflow_dispatch:
schedule:
- cron: "5 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