Implement nixos-modules/static-page test
All checks were successful
CI / build (push) Successful in 4m9s
All checks were successful
CI / build (push) Successful in 4m9s
This commit is contained in:
parent
c3962b9738
commit
c9844276b8
8 changed files with 124 additions and 4 deletions
9
checks/nixos-modules/default.nix
Normal file
9
checks/nixos-modules/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
linkFarmFromDrvs,
|
||||
callPackage,
|
||||
loadSubmodulesFrom,
|
||||
}:
|
||||
let
|
||||
tests = map (test: callPackage test { }) (loadSubmodulesFrom ./.);
|
||||
in
|
||||
linkFarmFromDrvs "nixos-modules" tests
|
Loading…
Add table
Add a link
Reference in a new issue