From 906a0bebb8ed7b525f5b4d2dbe1cb5d250936c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Cant=C3=B9?= Date: Fri, 29 Nov 2024 16:19:46 +0100 Subject: [PATCH] remove unused packages --- shell.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shell.nix b/shell.nix index 8f6c745..19d6c36 100644 --- a/shell.nix +++ b/shell.nix @@ -16,11 +16,6 @@ in pkgs.mkShell rec { # This executes some shell code to initialize a venv in $venvDir before # dropping into the shell pythonPackages.venvShellHook - pythonPackages.django-environ - pythonPackages.click - - python312Packages.duckdb - unstable.gdal unstable.duckdb ];