Infini-DL360: add jupyterlab-vim and jupyterlab-myst

This commit is contained in:
Infinidoge 2024-10-23 03:27:48 -04:00
parent 43b393399e
commit f6c69611dd
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 5 additions and 0 deletions

View file

@ -46,6 +46,7 @@ in
python3 = prev.python3.override {
packageOverrides = pythonFinal: pythonPrev: {
inherit (latest.python3Packages) pymdown-extensions onnx;
inherit (final) jupyterlab-vim jupyterlab-myst;
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {
version = "0.0.0+unstable-2024-06-25";