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