?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user