Fix unit tests

This commit is contained in:
Johannes Kirschbauer
2024-07-24 12:56:41 +02:00
parent 5b4105b4d8
commit 1d51ae5c85
8 changed files with 50 additions and 31 deletions

View File

@@ -5,10 +5,7 @@
{ self, clan-core, ... }:
let
# Usage see: https://docs.clan.lol
clan = clan-core.lib.buildClan {
meta.name = "miniclan";
directory = self;
};
clan = clan-core.lib.buildClan { directory = self; };
in
{
# all machines managed by Clan

View File

@@ -0,0 +1,5 @@
{
"meta": { "name": "__CHANGE_ME__" },
"machines": {},
"services": {}
}