projects/highlightjs: init
This commit is contained in:
17
projects/github/highlightjs/highlight.js/shell.nix
Normal file
17
projects/github/highlightjs/highlight.js/shell.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
mkShell
|
||||
, nodejs
|
||||
|
||||
, python3
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
nodejs
|
||||
(python3.withPackages (ppkgs: with ppkgs; [
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
myst-parser
|
||||
]))
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user