Fix: update test and docs

This commit is contained in:
Johannes Kirschbauer
2025-05-12 15:26:38 +02:00
parent 321c095528
commit e2ab2fcfb3
3 changed files with 24 additions and 23 deletions

View File

@@ -4,10 +4,7 @@
./hello-world/flake-module.nix
];
clan.inventory.modules = {
admin = lib.modules.importApply ./admin/default.nix {
# inherit (self) packages;
};
clan.modules = {
admin = lib.modules.importApply ./admin/default.nix { };
};
}