use upstream clan testModule
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
let
|
||||
@@ -16,12 +19,7 @@
|
||||
|
||||
# Create import paths for each valid directory
|
||||
imports = (map (name: ./. + "/${name}/flake-module.nix") validModuleDirs) ++ [
|
||||
(import (inputs.clan-core + "/lib/flake-parts/clan-nixos-test.nix") {
|
||||
inherit lib;
|
||||
flake-parts-lib = inputs.flake-parts.lib;
|
||||
self = inputs.clan-core;
|
||||
inputs = inputs.clan-core.clan.self.inputs;
|
||||
})
|
||||
inputs.clan-core.flakeModules.testModule
|
||||
];
|
||||
in
|
||||
imports;
|
||||
|
||||
Reference in New Issue
Block a user