Commit 07fac5c92b83

Vincent Demeester <vincent@sbr.pm>
2023-12-01 13:06:05
.github: extra nix config file
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d4a060c
Changed files (1)
.github
.github/workflows/build-systems.yaml
@@ -49,4 +49,7 @@ jobs:
           name: vdemeester
           authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
           skipPush: ${{ github.event_name == 'pull_request' }}
+          extra_nix_config: |
+            trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
+            substituters = https://hydra.iohk.io https://cache.nixos.org/
       - run: nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"