refactor(clanServices): add example of eval test

This commit is contained in:
Johannes Kirschbauer
2025-04-16 15:07:57 +02:00
parent 29c735ffe2
commit e21326054e
3 changed files with 97 additions and 6 deletions

View File

@@ -1,8 +1,5 @@
{ self, lib, ... }:
{
clan.inventory.modules = {
zerotier-redux = lib.modules.importApply ./zerotier-redux/default.nix {
inherit (self) packages;
};
};
imports = [
./zerotier-redux/flake-module.nix
];
}