diff --git a/.gitea/workflows/Build Framework.yaml b/.gitea/workflows/Build Framework.yaml index af87b95..fd3763e 100644 --- a/.gitea/workflows/Build Framework.yaml +++ b/.gitea/workflows/Build Framework.yaml @@ -10,6 +10,7 @@ jobs: env: RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest + container: git.alexdelcamp.fr/alexandre_1a/flake-actions:latest permissions: contents: read id-token: write @@ -20,12 +21,12 @@ jobs: with: utcOffset: "+02:00" # Summer time in France - - 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: 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: Setup nix cache (experimental) uses: DeterminateSystems/magic-nix-cache-action@main diff --git a/.gitea/workflows/nix.yaml b/.gitea/workflows/nix.yaml index c2a9d1b..4d91807 100644 --- a/.gitea/workflows/nix.yaml +++ b/.gitea/workflows/nix.yaml @@ -21,10 +21,12 @@ jobs: uses: actions/checkout@v4 - name: Check flake - run: nix flake check + run: | + nix flake check --all-systems - name: Notify routine run: | curl \ -H "Title: [Routine] Flake checked" \ + -d "Flake is checked, all clear !" https://ntfy.alexdelcamp.fr/FlakeBuild