Fix: update test and docs
This commit is contained in:
@@ -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 { };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user