Skip to content

Add build workflows with nix-fast-build and cachix #1

Add build workflows with nix-fast-build and cachix

Add build workflows with nix-fast-build and cachix #1

Workflow file for this run

name: build all hosts
on:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- 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