fixed more shit again
This commit is contained in:
parent
c0e8b2be16
commit
082a4cea8e
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@
|
||||||
packages = [
|
packages = [
|
||||||
(pkgs.${system}.python312.withPackages (python-pkgs: with python-pkgs; [
|
(pkgs.${system}.python312.withPackages (python-pkgs: with python-pkgs; [
|
||||||
# Python libraries
|
# Python libraries
|
||||||
pandas
|
pip
|
||||||
|
virtualenv
|
||||||
requests
|
requests
|
||||||
|
|
||||||
# Optional: Add other helpful dev tools outside of the python-pkgs set if needed
|
# Optional: Add other helpful dev tools outside of the python-pkgs set if needed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue