docs: drop nixos-render-docs overlay

All patches are now upstream.
This commit is contained in:
Matt Sturgeon
2026-07-12 15:18:12 +00:00
parent 0cc0a3d0b4
commit ea95b028a3
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -104,7 +104,6 @@ let
in in
lib.fix (self: { lib.fix (self: {
inherit options-json; inherit options-json;
inherit (pkgs) nixos-render-docs;
man-docs = pkgs.callPackage ./man { man-docs = pkgs.callPackage ./man {
inherit options-json; inherit options-json;
-11
View File
@@ -17,17 +17,6 @@ let
overlay = final: prev: { overlay = final: prev: {
lib = prev.lib.extend libOverlay; lib = prev.lib.extend libOverlay;
nixos-render-docs = prev.nixos-render-docs.overrideAttrs (old: {
patches = old.patches or [ ] ++ [
(final.fetchpatch {
name = "extend-admonition-support.patch";
url = "https://github.com/NixOS/nixpkgs/pull/538502.patch";
hash = "sha256-rhAp95lH5fPvdtylIDx+LazoCtgfhs4AOaq8CagTfZ8=";
stripLen = 5;
})
];
});
}; };
in in