This commit is contained in:
2025-08-23 09:59:56 -05:00
parent b25153efac
commit 49186be474

View File

@@ -43,8 +43,7 @@
cfg = if
((builtins.readDir ./configuration).${z} == "directory")
then (import ./configuration/${z} {
config = {};
inherit lib pkgs inputs;
inherit config lib pkgs inputs;
}).config
else null;
test = if cfg == null then false