workstation | added python-dateutil
This commit is contained in:
parent
fe1c6e4387
commit
8a76e77561
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ let
|
|||
my-python-packages = python-packages: with python-packages; [
|
||||
pip
|
||||
pipx
|
||||
python-dateutil
|
||||
#setuptools
|
||||
];
|
||||
python-with-my-packages = pkgs.python311Full.withPackages my-python-packages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue