From 4681c07bde702f64d630f25ef831267cd9ac09ee Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Dec 2019 04:20:15 +0000 Subject: feat(tools/cheddar): Check in new syntax highlighting tool The first step with this tool will be to use it as a source-filter for cgit. The second step is to use it as the Markdown renderer by depending on one of the Markdown libraries, with integration for rendering code snippets directly. --- tools/cheddar/default.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/cheddar/default.nix (limited to 'tools/cheddar/default.nix') diff --git a/tools/cheddar/default.nix b/tools/cheddar/default.nix new file mode 100644 index 0000000000..190a05c805 --- /dev/null +++ b/tools/cheddar/default.nix @@ -0,0 +1,3 @@ +{ pkgs, ... }: + +pkgs.third_party.naersk.buildPackage ./. -- cgit 1.4.1