Skip to content

Commit ac35f8c

Browse files
fix(template): add git org
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 4bbc232 commit ac35f8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nix/modules/template.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
description = "Name of the Python package";
1717
placeholder = "python-nix-template";
1818
}
19+
{
20+
name = "git-org";
21+
description = "GitHub organization or user name";
22+
placeholder = "cameronraysmith";
23+
}
1924
{
2025
name = "author";
2126
description = "Author name";

0 commit comments

Comments
 (0)