From b0a1e2649835e2d9738f3685f13808cdbbc08044 Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Wed, 8 Jul 2026 02:05:30 -0700 Subject: [PATCH] python3.14 --- configs/pkgs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/pkgs.nix b/configs/pkgs.nix index 06f2836..d69854c 100644 --- a/configs/pkgs.nix +++ b/configs/pkgs.nix @@ -62,7 +62,8 @@ # 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 + python314 + python314Packages.pip rlwrap sbcl scdoc