diff --git a/hosts/temmie/services/userweb.nix b/hosts/temmie/services/userweb.nix index 7e67263..457fd31 100644 --- a/hosts/temmie/services/userweb.nix +++ b/hosts/temmie/services/userweb.nix @@ -29,6 +29,8 @@ let # https://nixos.org/manual/nixpkgs/stable/#python.buildenv-function pythonEnv = pkgs.python3.buildEnv.override { extraLibs = with pkgs.python3Packages; [ + legacy-cgi + matplotlib requests ];