Skip to content

refactor(nixosModules): update loadModule #29

refactor(nixosModules): update loadModule

refactor(nixosModules): update loadModule #29

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- main
jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nixbuild/nix-quick-install-action@master
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build Example/nixos
run: nix -Lv build .#nixosConfigurations.nixos.config.system.build.toplevel --dry-run