home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 07fac5c92b8345e8f9886fab035902e2356ce1f0
parent d4a060caecd3111da30bbd1c85129c6c0ef4f3cd
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 Dec 2023 13:06:05 +0100

.github: extra nix config file

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.github/workflows/build-systems.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/build-systems.yaml b/.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"