We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5a85e commit 8a33d9fCopy full SHA for 8a33d9f
templates/starter-with-secrets/modules/shared/packages.nix
@@ -56,6 +56,6 @@ with pkgs; [
56
zsh-powerlevel10k
57
58
# Python packages
59
- python39
60
- python39Packages.virtualenv # globally install virtualenv
+ python3
+ virtualenv
61
]
templates/starter/modules/shared/packages.nix
0 commit comments