Skip to content

Use stable version of certain packages #21

Use stable version of certain packages

Use stable version of certain packages #21

Workflow file for this run

on: [ push, pull_request ]
jobs:
build:
strategy:
fail-fast: false
matrix:
configuration:
- "nixosConfigurations.volt-nixos.config.system.build.toplevel"
- "nixosConfigurations.zephyr-nixos.config.system.build.toplevel"
- "[email protected]"
- "[email protected]"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: nix build '.#${{ matrix.configuration }}' --dry-run