Move jupyterhub/lab to upkgs
This commit is contained in:
parent
78719c643d
commit
b8e895badb
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, upkgs, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# {{{ Jupyterhub/lab env
|
# {{{ Jupyterhub/lab env
|
||||||
appEnv = pkgs.python3.withPackages (p: with p; [
|
appEnv = upkgs.python3.withPackages (p: with p; [
|
||||||
jupyterhub
|
jupyterhub
|
||||||
jupyterlab
|
jupyterlab
|
||||||
jupyterhub-systemdspawner
|
jupyterhub-systemdspawner
|
||||||
|
|
Loading…
Reference in a new issue