diff options
author | Minijackson <minijackson@riseup.net> | 2022-12-08 09:11:49 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-12-08 09:11:49 +0100 |
commit | d488feb4b2a586071fdb28309858747549670903 (patch) | |
tree | 0144d7d0f13e090730b757822b04aa58c75d9175 /documentation-highlighter/default.nix | |
parent | 90311e2493118c53e6e4b2a8d5a786b929ae44e4 (diff) | |
download | nix-module-doc-d488feb4b2a586071fdb28309858747549670903.tar.gz nix-module-doc-d488feb4b2a586071fdb28309858747549670903.zip |
treewide: fmt with alejandra
Diffstat (limited to 'documentation-highlighter/default.nix')
-rw-r--r-- | documentation-highlighter/default.nix | 7 |
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 | }: | ||
2 | runCommand "documentation-highlighter" { | 5 | runCommand "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 |