summaryrefslogtreecommitdiff
path: root/nixhome/.config/nixpkgs/overlays/pythonEnv.nix
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-08-22 13:18:02 +0200
committerJulian T <julian@jtle.dk>2022-08-22 13:20:26 +0200
commite0ed64092db25f98d3665605693255c3192efeb2 (patch)
treec79697e7e784d24df887726cb4515cabe8c34e47 /nixhome/.config/nixpkgs/overlays/pythonEnv.nix
parent94eac62995ea3605faf2e3d3f902a6ea92e7f487 (diff)
updates from laptop
Diffstat (limited to 'nixhome/.config/nixpkgs/overlays/pythonEnv.nix')
-rw-r--r--nixhome/.config/nixpkgs/overlays/pythonEnv.nix3
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
]
))
];