documentation-highlighter: set pname and version (#484199)

This commit is contained in:
Jo 2026-02-04 22:58:56 +00:00 committed by GitHub
commit 655a92a959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";