clan/checks: fix clanLib not checking

This commit is contained in:
Johannes Kirschbauer
2025-10-28 11:25:20 +01:00
parent 183817b769
commit b7508b2b43
4 changed files with 29 additions and 17 deletions

View File

@@ -53,7 +53,12 @@ in
};
};
}).clan
{ config.directory = rootPath; };
{
directory = rootPath;
self = {
inputs.nixpkgs.lib.version = "25.11";
};
};
in
{
inherit vclan;
@@ -94,7 +99,12 @@ in
};
};
}).clan
{ config.directory = rootPath; };
{
directory = rootPath;
self = {
inputs.nixpkgs.lib.version = "25.11";
};
};
in
{
inherit vclan;