Skip to content

Commit 204b0a0

Browse files
feat(template): make functional monorepo package optional
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent e8a01f4 commit 204b0a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nix/modules/template.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
description = "Name of the Python package (snake_case)";
2222
placeholder = "python_nix_template";
2323
}
24+
{
25+
name = "monorepo-package";
26+
description = "Include the functional programming monorepo package in the project";
27+
paths = [ "packages/pnt-functional" ];
28+
value = false;
29+
}
2430
{
2531
name = "git-org";
2632
description = "GitHub organization or user name";

0 commit comments

Comments
 (0)