diff --git a/pkgs/all/doctoc.nix b/pkgs/all/doctoc.nix deleted file mode 100644 index 92e2502..0000000 --- a/pkgs/all/doctoc.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ lib -, buildNpmPackage -, fetchFromGitHub -}: - -buildNpmPackage rec { - pname = "doctoc"; - version = "2.2.0"; - - src = fetchFromGitHub { - owner = "thlorenz"; - repo = "doctoc"; - rev = "v${version}"; - hash = "sha256-LYVxW8bZ4M87CmBvPyp4y0IeL9UFawwAKnUWHEWB5Gs="; - }; - - npmDepsHash = "sha256-TbAnFpiN/v6xjQQznL/B180f0W48HPRqW21cO9XZhYA="; - - dontNpmBuild = true; - - meta = with lib; { - description = "Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites"; - homepage = "https://github.com/thlorenz/doctoc"; - license = licenses.mit; - maintainers = with maintainers; [ ]; - mainProgram = "doctoc"; - platforms = platforms.all; - }; -} diff --git a/pkgs/default.nix b/pkgs/default.nix index d12c3d9..0743411 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,6 +6,5 @@ in awesome-lint = cp ./all/awesome-lint { }; crossover = cp ./all/crossover.nix { }; developercolorpicker = cp ./darwin/developercolorpicker.nix { }; - doctoc = cp ./all/doctoc.nix { }; ultisnips-vscode = cp ./all/ultisnips-vscode.nix { }; }