tests: actually execute vars checks in CI

This commit is contained in:
DavHau
2025-05-31 14:56:48 +07:00
parent 4518bf6ca4
commit 60f07c3472
5 changed files with 11 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ in
else if v == null then
throw "Please set either clan.self or clan.directory"
else
"${v}"
v
) lib.types.path;
default = builtins.toString self;
defaultText = "Root directory of the flake";