Skip to content

Separate packages and overlays, update secrets (#72) #40

Separate packages and overlays, update secrets (#72)

Separate packages and overlays, update secrets (#72) #40

Workflow file for this run

jobs:
buildSystem:
name: Build system
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: allow-import-from-derivation = true
- name: Use Cachix store
uses: cachix/cachix-action@v12
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
extraPullNames: e10,nix-community
name: e10
- run:
"nix build .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel
--accept-flake-config --show-trace
"
strategy:
matrix:
host:
- builder
- controller
- dill
- gateway
- htpc
- matrix
- monitor
- omnibus
name: Build
"on":
push:
branches:
- main