Feat(clanLib): init types {uniqueDeferredSerializableModule}

This commit is contained in:
Johannes Kirschbauer
2025-05-21 18:11:04 +02:00
parent e2520f6aa8
commit 7dc03f8eee
5 changed files with 97 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ rec {
./introspection/flake-module.nix
./inventory/flake-module.nix
./jsonschema/flake-module.nix
./types/flake-module.nix
];
flake.clanLib = import ./default.nix {
inherit lib inputs self;