diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T14·51+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T14·51+0000 |
commit | 42564b3956fab829502024230603749152baa7b3 (patch) | |
tree | 4dc19aef720e72d394933889e54fcea63cbe66fb /web | |
parent | a210610023d51419c8a12039e5acb0932c74f18b (diff) |
chore(third_party): Remove pulldown-cmark again r/285
Diffstat (limited to 'web')
-rw-r--r-- | web/cgit-taz/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 52613cd004e1..c615d3bcb866 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -15,10 +15,6 @@ let patches = old.patches ++ [ ./cgit_depot_url.patch ]; }); - cmarkFilter = writeShellScript "pulldown-cmark-filter.sh" '' - exec ${pulldown-cmark}/bin/pulldown-cmark -TFSL - ''; - cgitConfig = writeText "cgitrc" '' # Global configuration virtual-root=/ |