should be good
This commit is contained in:
parent
00aac8fd29
commit
e844794e8a
1 changed files with 1 additions and 2 deletions
|
|
@ -25,7 +25,6 @@
|
||||||
matplotlib
|
matplotlib
|
||||||
scipy
|
scipy
|
||||||
requests
|
requests
|
||||||
pip
|
|
||||||
virtualenv
|
virtualenv
|
||||||
ipython
|
ipython
|
||||||
six
|
six
|
||||||
|
|
@ -37,6 +36,7 @@
|
||||||
pillow
|
pillow
|
||||||
jedi
|
jedi
|
||||||
libcst
|
libcst
|
||||||
|
pip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
@ -46,7 +46,6 @@ in {
|
||||||
config = lib.mkIf config.python.enable {
|
config = lib.mkIf config.python.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pythonEnv
|
pythonEnv
|
||||||
python3Packages.pip
|
|
||||||
isort
|
isort
|
||||||
uv
|
uv
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue