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