Skip to content

Commit

Permalink
Revert "add mkdocs-rss-plugin"
Browse files Browse the repository at this point in the history
This reverts commit 022c670.

The hash of the plugin is unstable. Probably because of `leaveDotGit =
true`.
  • Loading branch information
zimbatm committed Jun 26, 2023
1 parent 794433f commit b300817
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 109 deletions.
7 changes: 1 addition & 6 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{ pkgs ? import <nixpkgs> { } }:
let
mkdocs-markdownextradata-plugin = pkgs.python3Packages.callPackage ./mkdocs-markdownextradata-plugin { };
mkdocs-rss-plugin = pkgs.python3Packages.callPackage ./mkdocs-rss-plugin {
inherit validator-collection;
};
validator-collection = pkgs.python3Packages.callPackage ./validator-collection { };
in
pkgs.runCommand "mkdocs"
{
buildInputs = [
mkdocs-markdownextradata-plugin
mkdocs-rss-plugin
pkgs.mkdocs
pkgs.python3Packages.cairosvg
pkgs.python3Packages.mkdocs-material
pkgs.python3Packages.mkdocs-redirects
pkgs.python3Packages.pillow
mkdocs-markdownextradata-plugin
];
} ''
mkdir -p $out/bin
Expand Down
64 changes: 0 additions & 64 deletions mkdocs-rss-plugin/default.nix

This file was deleted.

39 changes: 0 additions & 39 deletions validator-collection/default.nix

This file was deleted.

0 comments on commit b300817

Please sign in to comment.