Harmonize GHA workflows a little, add nix-bincache.rory.gay to trusted list to make github go brr

This commit is contained in:
Rory&
2026-07-11 07:53:54 +02:00
parent aa926a5302
commit 4cfb0bb6c0
5 changed files with 29 additions and 9 deletions
+6 -3
View File
@@ -9,11 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
#- uses: DeterminateSystems/magic-nix-cache-action@v13
extra_nix_config: |
system-features = nixos-test benchmark big-parallel kvm
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-bincache.rory.gay:663PIW8xxgIImxLcsokODWI2PHFWXvzJEfjX6TaIjxQ=
trusted-substituters = https://cache.nixos.org https://nix-bincache.rory.gay
- run: nix build -L -j auto
- run: nix develop --command echo OK
- run: nix flake check -vL -j auto