try
This commit is contained in:
@@ -42,7 +42,10 @@
|
|||||||
(z: let
|
(z: let
|
||||||
cfg = if
|
cfg = if
|
||||||
((builtins.readDir ./configuration).${z} == "directory")
|
((builtins.readDir ./configuration).${z} == "directory")
|
||||||
then (import ./configuration/${z}).config
|
then (import ./configuration/${z} {
|
||||||
|
config = {};
|
||||||
|
inherit lib pkgs inputs;
|
||||||
|
}).config
|
||||||
else null;
|
else null;
|
||||||
test = if cfg == null then false
|
test = if cfg == null then false
|
||||||
else if !(cfg ? sysconfig) then false
|
else if !(cfg ? sysconfig) then false
|
||||||
|
|||||||
Reference in New Issue
Block a user