migrate importer module

This commit is contained in:
pinpox
2025-06-04 14:25:12 +02:00
parent 750660ca9c
commit 1e6a21ec63
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ lib, ... }:
{
clan.modules = {
importer = lib.modules.importApply ./default.nix { };
};
}