chore: -mem0

This commit is contained in:
2026-08-31 13:03:44 +02:00
parent e2c7cce3b0
commit 8f5f3754e5
3 changed files with 26 additions and 20 deletions
Generated
+21 -15
View File
@@ -668,11 +668,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1788151314, "lastModified": 1788173616,
"narHash": "sha256-uNWTTBhvj+tPqfDJUuMq9hkVYb69YFz4dEGlnfsCW8A=", "narHash": "sha256-x/B/7TqgY44sZtp61hyVh6qUf4u8k/jRqN6zowV/BtU=",
"owner": "numtide", "owner": "numtide",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "e0e1c45e2d609f4a206ead7a637c28801e36baab", "rev": "f55ce77d0c5a84f80b86a81e7b8231f10e17aa99",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -698,14 +698,17 @@
"nur": "nur" "nur": "nur"
}, },
"locked": { "locked": {
"lastModified": 1788169463, "lastModified": 1788169498,
"narHash": "sha256-Bj2G9AkAndQJ6/fcByDH4YDtlugBZbYMnGL8hb/AJpo=", "narHash": "sha256-XAxkWYFpiK0zuNy6eNvomJMsC9+2WeD0HubdgpZNepE=",
"path": "/home/m3tam3re/p/NIX/m3ta-home", "ref": "refs/heads/master",
"type": "path" "rev": "fb3e39f0ce25d9cd4c82c9e8e152e49fd97a3a61",
"revCount": 124,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"
}, },
"original": { "original": {
"path": "/home/m3tam3re/p/NIX/m3ta-home", "type": "git",
"type": "path" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"
} }
}, },
"m3ta-nixpkgs": { "m3ta-nixpkgs": {
@@ -747,14 +750,17 @@
"opencode": "opencode_2" "opencode": "opencode_2"
}, },
"locked": { "locked": {
"lastModified": 1788169473, "lastModified": 1788169490,
"narHash": "sha256-Vx2fmPGhNwVIIEObkyBo0Obawsn1uD7zLjyBeauoODM=", "narHash": "sha256-lBGzlZvX54QIl/ccPqpimMpVch7nKsbXDgvulMY890k=",
"path": "/home/m3tam3re/p/NIX/nixpkgs", "ref": "refs/heads/master",
"type": "path" "rev": "8f2d1beba3c9cbe1df1ca1ee3d16437be7ccf1b2",
"revCount": 386,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
}, },
"original": { "original": {
"path": "/home/m3tam3re/p/NIX/nixpkgs", "type": "git",
"type": "path" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
} }
}, },
"nix-colors": { "nix-colors": {
+4 -4
View File
@@ -23,9 +23,9 @@
nixpkgs-master.url = "github:nixos/nixpkgs/master"; nixpkgs-master.url = "github:nixos/nixpkgs/master";
m3ta-nixpkgs = { m3ta-nixpkgs = {
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
url = "path:/home/m3tam3re/p/NIX/nixpkgs"; # url = "path:/home/m3tam3re/p/NIX/nixpkgs";
}; };
llm-agents.url = "github:numtide/llm-agents.nix"; llm-agents.url = "github:numtide/llm-agents.nix";
@@ -47,8 +47,8 @@
nix-colors.url = "github:misterio77/nix-colors"; nix-colors.url = "github:misterio77/nix-colors";
m3ta-home = { m3ta-home = {
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home";
url = "path:/home/m3tam3re/p/NIX/m3ta-home"; # url = "path:/home/m3tam3re/p/NIX/m3ta-home";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
+1 -1
View File
@@ -2,7 +2,7 @@
imports = [ imports = [
./containers ./containers
# ./greetd.nix # ./greetd.nix
./mem0.nix # ./mem0.nix
./n8n.nix ./n8n.nix
./netbird.nix ./netbird.nix
./postgres.nix ./postgres.nix