nix-system/.forgejo/workflows/nix-inputs-update.yml
Antoine Vaure 7d3f54673a
Some checks failed
/ build-all (push) Has been cancelled
add workflow to update flake inputs
2025-09-23 15:26:32 +02:00

12 lines
410 B
YAML

name: "Update Flake Packages ❄️"
on:
workflow_dispatch:
jobs:
updateFlakePackages:
runs-on: native
steps:
- run: git clone https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY $GITHUB_REPOSITORY
- run: cd $GITHUB_REPOSITORY
- run: git checkout $GITHUB_REF
- name: Update flake packages
uses: https://github.com/selfuryon/nix-update-action@v1.1.0