summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
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")