From 7d92e24d6c200ff91b216a3970f287bceec26c8a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 2 Mar 2025 22:09:41 -0600 Subject: [PATCH] python - add distutils to the installed modules --- hosts/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index a35533a..f1c1dc4 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -5,6 +5,7 @@ let pip # pipx python-dateutil + distutils setuptools requests docx2txt