Don't install JS/TS stuff by default
This commit is contained in:
parent
7d5236a773
commit
8c514e017f
|
@ -21,10 +21,5 @@
|
|||
|
||||
# FORTRAN
|
||||
fortls
|
||||
|
||||
# JavaScript / TypeScript
|
||||
nodejs
|
||||
nodePackages.typescript-language-server
|
||||
nodePackages.eslint
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "catppuccin_jupyterlab";
|
||||
version = "0.2.0";
|
||||
format = "wheel";
|
||||
src = fetchPypi {
|
||||
inherit pname version format;
|
||||
hash = "sha256-qPML3SXyuDsqLeYasaS3QFylKDIvbtp0xtnjh7IOYrI=";
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
};
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{python, ...}:
|
||||
with python.pkgs; [
|
||||
jupyterlab
|
||||
jupyterlab-git
|
||||
nbdime
|
||||
nbconvert
|
||||
(callPackage ./catppuccin_jupyterlab/default.nix {})
|
||||
]
|
Loading…
Reference in a new issue