nix-system/.forgejo/workflows/nix-inputs-update.yml
ant 186f85a6bc
Some checks failed
/ build-all (push) Has been cancelled
Update flake inputs 23/09/2025
2025-09-23 16:50:02 +02:00

12 lines
459 B
YAML

name: "Update Flake Packages ❄️"
on:
workflow_dispatch:
jobs:
updateFlakePackages:
runs-on: native
steps:
- run: git clone -q -b $FORGEJO_REF_NAME https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY .
- run: git checkout -b update-nix-inputs
- run: nix flake update
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')"
- run: git push --force --set-upstream origin update-nix-inputs