From 1a4c53f754d4e40bf524d1b50c101b974dc95907 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Mar 2025 11:53:59 -0400 Subject: Update, disable aider, datasette, and jupyter These are broken in upstream nixpkgs. Updating didn't fix them, so I'm just gonna disable them for now. I'm using pipx to install aider anyway. Also: Remove _ literal from GLOBIGNORE. I think it was causing the **/* glob to include stuff in the cabdir, idk why. --- Omni/Dev/Lithium/Configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Dev/Lithium/Configuration.nix') diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix index 92290f4..e713fb7 100644 --- a/Omni/Dev/Lithium/Configuration.nix +++ b/Omni/Dev/Lithium/Configuration.nix @@ -107,7 +107,7 @@ in { services.xserver.modules = [pkgs.xf86_input_wacom]; services.xserver.wacom.enable = true; - services.jupyter.enable = true; + services.jupyter.enable = false; services.jupyter.port = ports.jupyter; services.jupyter.ip = "*"; users.users.jupyter.group = "jupyter"; -- cgit v1.2.3