documentation-highlighter: set pname and version

This commit is contained in:
jopejoe1
2026-01-26 23:48:38 +01:00
parent 70d225e9c8
commit 026bdf057c
@@ -1,6 +1,9 @@
{ lib, runCommand }:
runCommand "documentation-highlighter"
{
pname = "documentation-highlighter";
version = "11.9.0";
meta = {
description = "Highlight.js sources for the Nix Ecosystem's documentation";
homepage = "https://highlightjs.org";