This commit is contained in:
parent
570681d50f
commit
0c4685b734
@ -10,6 +10,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: git.alexdelcamp.fr/alexandre_1a/flake-actions:latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
@ -20,12 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
utcOffset: "+02:00" # Summer time in France
|
utcOffset: "+02:00" # Summer time in France
|
||||||
|
|
||||||
- name: Install nix
|
#- name: Install nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
# uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
# with:
|
||||||
extra-conf: |
|
# 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-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
|
# 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)
|
- name: Setup nix cache (experimental)
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
|||||||
@ -21,10 +21,12 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check flake
|
- name: Check flake
|
||||||
run: nix flake check
|
run: |
|
||||||
|
nix flake check --all-systems
|
||||||
|
|
||||||
- name: Notify routine
|
- name: Notify routine
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
-H "Title: [Routine] Flake checked" \
|
-H "Title: [Routine] Flake checked" \
|
||||||
|
-d "Flake is checked, all clear !"
|
||||||
https://ntfy.alexdelcamp.fr/FlakeBuild
|
https://ntfy.alexdelcamp.fr/FlakeBuild
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user