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

This commit is contained in:
Alexandre_1a 2026-06-20 17:48:56 +02:00
parent 3e79386251
commit 59b6c52145

View File

@ -11,6 +11,11 @@ jobs:
steps:
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= nix-citizen.cachix.org-1:lPMkWc2X8XD4/7YPEEwXKKBg+SVbYTVrAaLA2wQTKCo=
trusted-substituters = https://cache.nixos.org https://nix-community.cachix.org https://hyprland.cachix.org https://nix-citizen.cachix.org
- name: Checkout
uses: actions/checkout@v4