add workflow to update flake inputs
All checks were successful
/ build-all (push) Successful in 1m13s
All checks were successful
/ build-all (push) Successful in 1m13s
This commit is contained in:
parent
c0d5c30418
commit
4c80bc19e1
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/nix-inputs-update.yml
Normal file
11
.forgejo/workflows/nix-inputs-update.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: "Update Flake Packages ❄️"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
updateFlakePackages:
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Update flake packages
|
||||
uses: selfuryon/nix-update-action@v1
|
||||
Loading…
Add table
Add a link
Reference in a new issue