python3Packages.mkdocs-material-extensions: move to normal location (#439749)

This commit is contained in:
Sandro
2026-03-05 17:08:16 +00:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -9942,7 +9942,7 @@ self: super: with self; {
mkdocs-material = callPackage ../development/python-modules/mkdocs-material { };
mkdocs-material-extensions =
callPackage ../development/python-modules/mkdocs-material/mkdocs-material-extensions.nix
callPackage ../development/python-modules/mkdocs-material-extensions
{ };
mkdocs-mermaid2-plugin = callPackage ../development/python-modules/mkdocs-mermaid2-plugin { };