chore(deps): update nixpkgs

This commit is contained in:
Wolfgang Walther
2024-07-07 11:05:10 +02:00
committed by Wolfgang Walther
parent 64a6cf8cb8
commit a132a4fe2c
5 changed files with 21 additions and 72 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ let
ps.sphinx-tabs
ps.sphinx-copybutton
ps.sphinxext-opengraph
(ps.callPackage ../docs-extensions/sphinx-rtd-dark-mode.nix { })
# TODO: Remove override once new sphinx-intl version (> 2.1.0) is released and available in nixpkgs
(ps.sphinx-intl.overrideAttrs (drv: { nativeBuildInputs = drv.nativeBuildInputs ++ [ ps.six ]; }))
ps.sphinx-rtd-dark-mode
];
python = python3.withPackages selectPythonPackages;