default out: export config and options
This commit is contained in:
parent
41dc859d7e
commit
d7367961c3
@ -24,7 +24,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
out =
|
out =
|
||||||
{ inherit (eval {}) pkgs; } //
|
{ inherit (eval {}) config options pkgs; } //
|
||||||
lib.mapAttrs
|
lib.mapAttrs
|
||||||
(name: _:
|
(name: _:
|
||||||
if builtins.pathExists (./. + "/${name}/default.nix")
|
if builtins.pathExists (./. + "/${name}/default.nix")
|
||||||
|
Loading…
Reference in New Issue
Block a user