File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,15 @@ PARAMS=$(cat <<EOF
3232 "git-org": "pnt-mono",
3333 "author": "Pnt Mono",
3434 "author-email": "mono@pnt.org",
35+ "project-description": "A Python monorepo project using Nix and uv2nix",
3536 "vscode": true,
3637 "github-ci": true,
38+ "docs": true,
3739 "nix-template": false
3840}
3941EOF
4042) && \
41- nix --accept-flake-config run github:juspay/omnix/1.0.3 -- init github:sciexp/python-nix-template/main -o " $PROJECT_DIRECTORY " --non-interactive --params " $PARAMS " && \
43+ nix --accept-flake-config run github:juspay/omnix/v1.3.0 -- init github:sciexp/python-nix-template/main -o " $PROJECT_DIRECTORY " --non-interactive --params " $PARAMS " && \
4244(command -v direnv > /dev/null 2>&1 && direnv revoke " ./$PROJECT_DIRECTORY /" || true) && \
4345cd " $PROJECT_DIRECTORY " && \
4446git init && \
@@ -67,8 +69,10 @@ PARAMS=$(cat <<EOF
6769 "git-org": "pnt-new",
6870 "author": "Pnt New",
6971 "author-email": "new@pnt.org",
72+ "project-description": "A Python project using Nix and uv2nix",
7073 "vscode": true,
7174 "github-ci": true,
75+ "docs": true,
7276 "nix-template": false
7377}
7478EOF
You can’t perform that action at this time.
0 commit comments