From 56ace5fe40abcf80bdb25e3f320e75a07f70c9ae Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 27 Apr 2024 15:21:09 +0200 Subject: [PATCH] That did seem to break things --- jupyter/flake.nix | 1 - python/flake.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/jupyter/flake.nix b/jupyter/flake.nix index 5b473b3..cb8b521 100644 --- a/jupyter/flake.nix +++ b/jupyter/flake.nix @@ -21,7 +21,6 @@ [python311 virtualenv] ++ (with pkgs.python311Packages; [ pip - python-lsp-server venvShellHook requests jupyter diff --git a/python/flake.nix b/python/flake.nix index e89eb1f..dac0c7f 100644 --- a/python/flake.nix +++ b/python/flake.nix @@ -22,7 +22,6 @@ ++ (with pkgs.python311Packages; [ pip venvShellHook - python-lsp-server ]); }; });