Skip to content

Commit 2ee3234

Browse files
fix(README): set project-description and docs params
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent c065ee6 commit 2ee3234

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
3941
EOF
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) && \
4345
cd "$PROJECT_DIRECTORY" && \
4446
git 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
}
7478
EOF

0 commit comments

Comments
 (0)