Skip to content

feat: refactor into nixos modules #126

feat: refactor into nixos modules

feat: refactor into nixos modules #126

Workflow file for this run

name: "blackwood"
on:
pull_request:
push:
jobs:
tests:
name: blackwood build configuration check
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v4
# Flakes do not like shallow clones
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
install_url: "https://releases.nixos.org/nix/nix-2.18.5/install"
github_access_token: ${{ secrets.BERKELEY_CLONE_PAT }}
extra_nix_config: |2
experimental-features = nix-command flakes
- run: nix flake check
- run: nix build .#nixosConfigurations.blackwood.config.system.build.toplevel -L