diff options
-rw-r--r-- | .envrc | 2 | ||||
-rw-r--r-- | Omni/Bild.nix | 8 | ||||
-rw-r--r-- | Omni/Bild/Sources.json | 12 | ||||
-rw-r--r-- | Omni/Dev/Lithium/Configuration.nix | 2 |
4 files changed, 12 insertions, 12 deletions
@@ -18,7 +18,7 @@ export AREA="Test" # # ignore cabdir and hidden files when globbing - export GLOBIGNORE="_:**_/**:.*:$GLOBIGNORE" + export GLOBIGNORE="**_/**:.*:$GLOBIGNORE" # # scripts for editing go here PATH_add $CODEROOT/Omni/Ide diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 741ea0e..c6c0fe7 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -114,7 +114,7 @@ bc cmark universal-ctags - datasette + #datasette deadnix fd figlet @@ -137,7 +137,7 @@ tree wemux ; - aider-chat = unstable.aider-chat; + #aider-chat = unstable.aider-chat; llama-cpp = unstable.llama-cpp; # can't put this in the dev namespace because it pulls in openai with # python311, which conflicts with any other usage of openai with @@ -249,11 +249,11 @@ name = "omnidev"; # this should just be dev tools buildInputs = with self.pkgs; [ - aider-chat + #aider-chat bat bc self.bild - datasette + #datasette universal-ctags fd figlet diff --git a/Omni/Bild/Sources.json b/Omni/Bild/Sources.json index a705575..cf5f856 100644 --- a/Omni/Bild/Sources.json +++ b/Omni/Bild/Sources.json @@ -140,10 +140,10 @@ "homepage": "", "owner": "nixos", "repo": "nixpkgs", - "rev": "030ba1976b7c0e1a67d9716b17308ccdab5b381e", - "sha256": "14rpk53mia7j0hr4yaf5m3b2d4lzjx8qi2rszxjhqq00pxzzr64w", + "rev": "7105ae3957700a9646cc4b766f5815b23ed0c682", + "sha256": "0j3jd82iyyck4hpmz7pkak1v27l7pydl0c3vvyz6wfpi612x8xzi", "type": "tarball", - "url": "https://github.com/nixos/nixpkgs/archive/030ba1976b7c0e1a67d9716b17308ccdab5b381e.tar.gz", + "url": "https://github.com/nixos/nixpkgs/archive/7105ae3957700a9646cc4b766f5815b23ed0c682.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixos-mailserver": { @@ -162,10 +162,10 @@ "homepage": "", "owner": "nixos", "repo": "nixpkgs", - "rev": "8c1f3147639f009f09d2bfffc64bcf8485bf3fd2", - "sha256": "1w2vv77s46jrs4dcwbvmpp3x18vj82bsh2rd8b6sjv11d49b7rh0", + "rev": "1750f3c1c89488e2ffdd47cab9d05454dddfb734", + "sha256": "1nrwlaxd0f875r2g6v9brrwmxanra8pga5ppvawv40hcalmlccm0", "type": "tarball", - "url": "https://github.com/nixos/nixpkgs/archive/8c1f3147639f009f09d2bfffc64bcf8485bf3fd2.tar.gz", + "url": "https://github.com/nixos/nixpkgs/archive/1750f3c1c89488e2ffdd47cab9d05454dddfb734.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nvidia-patch-nixos": { 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"; |