From 227a92026678d0d5afe022dc79a54aed4191aa1f Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 6 May 2025 13:44:21 +0200 Subject: [PATCH] try to use sphinx pre built --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2e26d78..151ad39 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ let fixSphinx = ps: if ps ? sphinx - then ps.sphinx.override { preferWheel = true; } + then ps.sphinx.overridePythonAttrs (old: { version = "7.2.6"; }) else ps.sphinx; in pythonPackages;