From d8f0177cf794d38ef067f4aff66c25b64680a8b5 Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Wed, 8 Jul 2026 02:04:59 -0700 Subject: [PATCH] remove python312 --- configs/pkgs.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/pkgs.nix b/configs/pkgs.nix index 7987be1..06f2836 100644 --- a/configs/pkgs.nix +++ b/configs/pkgs.nix @@ -59,7 +59,9 @@ podman-compose podman-tui pwgen - python312 + # hide the doc output from buildEnv: it fails to build on 26.05 + # (sphinx/docutils bug) and extraOutputsToInstall would pull it in + (builtins.removeAttrs python312 [ "doc" ]) python312Packages.pip rlwrap sbcl