Skip to content

Commit 8a33d9f

Browse files
committed
Fix python deps in template
1 parent db5a85e commit 8a33d9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/starter-with-secrets/modules/shared/packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ with pkgs; [
5656
zsh-powerlevel10k
5757

5858
# Python packages
59-
python39
60-
python39Packages.virtualenv # globally install virtualenv
59+
python3
60+
virtualenv
6161
]

templates/starter/modules/shared/packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ with pkgs; [
5656
zsh-powerlevel10k
5757

5858
# Python packages
59-
python39
60-
python39Packages.virtualenv # globally install virtualenv
59+
python3
60+
virtualenv
6161
]

0 commit comments

Comments
 (0)