diff options
Diffstat (limited to 'nixhome/.config/nixpkgs/overlays/pythonEnv.nix')
-rw-r--r-- | nixhome/.config/nixpkgs/overlays/pythonEnv.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nixhome/.config/nixpkgs/overlays/pythonEnv.nix b/nixhome/.config/nixpkgs/overlays/pythonEnv.nix index 0153538..e944313 100644 --- a/nixhome/.config/nixpkgs/overlays/pythonEnv.nix +++ b/nixhome/.config/nixpkgs/overlays/pythonEnv.nix @@ -5,14 +5,11 @@ self: super: { (self.python39.withPackages ( ps: with ps; [ ipython pep8 - jupyterlab jupyter-c-kernel - python-lsp-server # Math stuff numpy scipy matplotlib - pillow networkx pydot ] )) ]; |