Skip to content

feat(pops/haumea): update flops and use mkModulePath instead #274

feat(pops/haumea): update flops and use mkModulePath instead

feat(pops/haumea): update flops and use mkModulePath instead #274

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/common-setup
with:
SECRET_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Example/nixos
run: nix -Lv build ./local#eval.nixos.expr.nixosConfiguration.config.system.build.toplevel --dry-run
- name: Run Eval check
run: nix -Lv eval ./local#checks --override-input namaka github:nix-community/namaka
- name: Run templates/nixos
run: nix build ./templates/nixos#nixosConfigurations.nixos.config.system.build.toplevel --dry-run --override-input omnibus ./.