summaryrefslogtreecommitdiffstats
path: root/documentation-highlighter
diff options
context:
space:
mode:
Diffstat (limited to 'documentation-highlighter')
-rw-r--r--documentation-highlighter/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation-highlighter/default.nix b/documentation-highlighter/default.nix
index 2a34e36..dbba883 100644
--- a/documentation-highlighter/default.nix
+++ b/documentation-highlighter/default.nix
@@ -1,11 +1,14 @@
1{ lib, runCommand }: 1{
2 lib,
3 runCommand,
4}:
2runCommand "documentation-highlighter" { 5runCommand "documentation-highlighter" {
3 meta = { 6 meta = {
4 description = "Highlight.js sources for the Nix Ecosystem's documentation"; 7 description = "Highlight.js sources for the Nix Ecosystem's documentation";
5 homepage = "https://highlightjs.org"; 8 homepage = "https://highlightjs.org";
6 license = lib.licenses.bsd3; 9 license = lib.licenses.bsd3;
7 platforms = lib.platforms.all; 10 platforms = lib.platforms.all;
8 maintainers = [ lib.maintainers.grahamc ]; 11 maintainers = [lib.maintainers.grahamc];
9 }; 12 };
10} '' 13} ''
11 cp -r ${./.} $out 14 cp -r ${./.} $out