nix-system/.forgejo/workflows/nix-inputs-update.yml
Antoine Vaure 5d3b04415e
Some checks failed
/ build-all (push) Has been cancelled
add workflow to update flake inputs
2025-09-22 17:25:09 +02:00

11 lines
313 B
YAML

name: "Update Flake Packages ❄️"
on:
workflow_dispatch:
jobs:
updateFlakePackages:
runs-on: native
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v3
- name: Update flake packages
uses: https://github.com/selfuryon/nix-update-action@v1.1.0