Skip to content

Add substituters to maybe fix builds #4

Add substituters to maybe fix builds

Add substituters to maybe fix builds #4

Workflow file for this run

name: build all hosts
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@main
with:
large-packages: false
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- name: Run nix-fast-build
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
run: |
nix run github:Mic92/nix-fast-build -- --cachix-cache joinemm --no-nom --skip-cached \
--option substituters "https://cache.nixos.org/ https://nix-gaming.cachix.org https://joinemm.cachix.org" \
--option trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4= cache.vedenemo.dev:8NhplARANhClUSWJyLVk4WMyy1Wb4rhmWW2 joinemm.cachix.org-1:aMZBO1baRjhaI5QzePLelFz/GJ82fZOjmiHQwCl1FxI="