default out: export config and options

This commit is contained in:
tv 2015-10-17 06:50:06 +02:00
parent 41dc859d7e
commit d7367961c3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ let
};
out =
{ inherit (eval {}) pkgs; } //
{ inherit (eval {}) config options pkgs; } //
lib.mapAttrs
(name: _:
if builtins.pathExists (./. + "/${name}/default.nix")