mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
feat: auto-update flake weekly
This commit is contained in:
parent
e630b5a898
commit
7277f71b9c
19
.github/workflows/update-nix.yaml
vendored
Normal file
19
.github/workflows/update-nix.yaml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user