summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-17 06:50:06 +0200
committertv <tv@shackspace.de>2015-10-17 06:50:06 +0200
commitd7367961c3789ab442ae63d2f8b49d8b5204622c (patch)
treeeb885fe1a6a1fdd84a4d8262981bbfbbc6e55c35 /default.nix
parent41dc859d7ed956addd01579a114549c1984206c5 (diff)
default out: export config and options
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 7223a46e..c7365fd5 100644
--- a/default.nix
+++ b/default.nix
@@ -24,7 +24,7 @@ let
};
out =
- { inherit (eval {}) pkgs; } //
+ { inherit (eval {}) config options pkgs; } //
lib.mapAttrs
(name: _:
if builtins.pathExists (./. + "/${name}/default.nix")