clan services: use service modules from clan-core by default
Users will use clan-core services first before making their own. Therefore this is a better default. Also it allow us to simplify rendering of our docs
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{ lib, clanLib }:
|
||||
{
|
||||
lib,
|
||||
clanLib,
|
||||
clan-core,
|
||||
}:
|
||||
let
|
||||
services = clanLib.callLib ./distributed-service/inventory-adapter.nix { };
|
||||
services = clanLib.callLib ./distributed-service/inventory-adapter.nix {
|
||||
inherit clan-core;
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit (services) mapInstances;
|
||||
|
||||
Reference in New Issue
Block a user