projects/highlightjs: init
This commit is contained in:
parent
b2c3801aa1
commit
1c6cbbed83
@ -32,6 +32,7 @@
|
||||
rust-nightly = pkgs.callPackage ./generic/rust/shell.nix { rust-channel = "nightly"; };
|
||||
|
||||
github-MusicPlayerDaemon-MPD = pkgs.callPackage ./projects/github/MusicPlayerDaemon/MPD/shell.nix { };
|
||||
github-highlightjs-highlightjs = pkgs.callPackage ./projects/github/highlightjs/highlight.js/shell.nix { };
|
||||
});
|
||||
};
|
||||
}
|
||||
|
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
|
||||
]))
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user