From b8e895badbb3f115db0f71ce89308af15a99b40c Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Thu, 23 May 2024 17:18:15 +0200 Subject: [PATCH] Move jupyterhub/lab to upkgs --- hosts/nixos/lapetus/services/jupyter.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nixos/lapetus/services/jupyter.nix b/hosts/nixos/lapetus/services/jupyter.nix index 38bc882..42e9f0f 100644 --- a/hosts/nixos/lapetus/services/jupyter.nix +++ b/hosts/nixos/lapetus/services/jupyter.nix @@ -1,7 +1,7 @@ -{ config, lib, pkgs, ... }: +{ config, lib, upkgs, pkgs, ... }: let # {{{ Jupyterhub/lab env - appEnv = pkgs.python3.withPackages (p: with p; [ + appEnv = upkgs.python3.withPackages (p: with p; [ jupyterhub jupyterlab jupyterhub-systemdspawner