mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
docs: drop nixos-render-docs overlay
All patches are now upstream.
This commit is contained in:
@@ -104,7 +104,6 @@ let
|
||||
in
|
||||
lib.fix (self: {
|
||||
inherit options-json;
|
||||
inherit (pkgs) nixos-render-docs;
|
||||
|
||||
man-docs = pkgs.callPackage ./man {
|
||||
inherit options-json;
|
||||
|
||||
@@ -17,17 +17,6 @@ let
|
||||
|
||||
overlay = final: prev: {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user