projects/highlightjs: init

This commit is contained in:
2025-01-16 12:36:59 +01:00
parent b2c3801aa1
commit 1c6cbbed83
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
mkShell
, nodejs
, python3
}:
mkShell {
packages = [
nodejs
(python3.withPackages (ppkgs: with ppkgs; [
sphinx
sphinx-rtd-theme
myst-parser
]))
];
}