Compare commits
2 commits
690ea291d9
...
8c514e017f
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 8c514e017f | ||
Evie Litherland-Smith | 7d5236a773 |
|
@ -91,11 +91,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714782413,
|
"lastModified": 1715106579,
|
||||||
"narHash": "sha256-tbg0MEuKaPcUrnmGCu4xiY5F+7LW2+ECPKVAJd2HLwM=",
|
"narHash": "sha256-gZMgKEGiK6YrwGBiccZ1gemiUwjsZ1Zv49KYOgmX2fY=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "651b4702e27a388f0f18e1b970534162dec09aff",
|
"rev": "8be0d8a1ed4f96d99b09aa616e2afd47acc3da89",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -21,10 +21,5 @@
|
||||||
|
|
||||||
# FORTRAN
|
# FORTRAN
|
||||||
fortls
|
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