Actualiser .gitea/workflows/Build Framework.yaml
All checks were successful
Check config / build (push) Successful in 9m47s

This commit is contained in:
Alexandre_1a 2026-06-20 13:09:55 +02:00
parent 59df6c3edc
commit 3e79386251

View File

@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v4
- name: Build bumped flake (only one host)
run: nix build .#nixosConfigurations.FW16.config.system.build.toplevel
run: |
nix build .#nixosConfigurations.FW16.config.system.build.toplevel
- name: Notify Success
run: curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild
run: |
curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild