Tweaked the action
Some checks failed
Check config / build (push) Failing after 45s

This commit is contained in:
Alexandre 2026-07-01 16:47:57 +02:00
parent 570681d50f
commit 0c4685b734
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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