This commit is contained in:
2025-08-23 09:57:24 -05:00
parent 352d5bd19b
commit b25153efac

View File

@@ -42,7 +42,10 @@
(z: let
cfg = if
((builtins.readDir ./configuration).${z} == "directory")
then (import ./configuration/${z}).config
then (import ./configuration/${z} {
config = {};
inherit lib pkgs inputs;
}).config
else null;
test = if cfg == null then false
else if !(cfg ? sysconfig) then false