aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom.nix')
-rw-r--r--custom.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/custom.nix b/custom.nix
index 88745ad..61de1aa 100644
--- a/custom.nix
+++ b/custom.nix
@@ -33,5 +33,9 @@ in {
};
});
};
+
+ pkgs = mkOption {
+ type = types.attrs;
+ };
};
}