mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Create flake-update.yml
This commit is contained in:
parent
997bff55a2
commit
2b57df7ce1
1 changed files with 15 additions and 0 deletions
15
.github/workflows/flake-update.yml
vendored
Normal file
15
.github/workflows/flake-update.yml
vendored
Normal 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
|
Loading…
Reference in a new issue