pkgs/vpython-jupyter: init with dependencies
This commit is contained in:
parent
e2f89e5e16
commit
903800fb0b
8 changed files with 9298 additions and 2 deletions
18
pkgs/simpervisor.nix
Normal file
18
pkgs/simpervisor.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ buildPythonPackage, fetchFromGitHub, hatchling }:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "simpervisor";
|
||||
version = "0-unstable-2024-03-07";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jupyterhub";
|
||||
repo = "simpervisor";
|
||||
rev = "f29189ec6eb961caa5b26782cac1645db074ddce";
|
||||
hash = "sha256-rmEQ68Ll1cIzQrYXHTkLYVxog3kPkieExJ1xBTeQ2nc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
hatchling
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue