We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a01f4 commit 204b0a0Copy full SHA for 204b0a0
nix/modules/template.nix
@@ -21,6 +21,12 @@
21
description = "Name of the Python package (snake_case)";
22
placeholder = "python_nix_template";
23
}
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
+ }
30
{
31
name = "git-org";
32
description = "GitHub organization or user name";
0 commit comments