clanServices: remove useless importApply
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
{
|
||||
self,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
module = lib.modules.importApply ./default.nix {
|
||||
inherit (self) packages;
|
||||
};
|
||||
module = ./default.nix;
|
||||
in
|
||||
{
|
||||
clan.modules.monitoring = module;
|
||||
|
||||
Reference in New Issue
Block a user