Throw error on missing clanModule description or if description too long. Add xfce description.

This commit is contained in:
Qubasa
2024-05-02 17:53:27 +02:00
parent 810b44e338
commit 82773f260a
4 changed files with 14 additions and 5 deletions

View File

@@ -6,6 +6,6 @@
}:
{
jsonschema = import ./jsonschema { inherit lib; };
modules = import ./description.nix { inherit clan-core; };
modules = import ./description.nix { inherit clan-core lib; };
buildClan = import ./build-clan { inherit clan-core lib nixpkgs; };
}