🤖 nix: bump nix-moltbot (extensions)

Update nix-moltbot input, enable discord plugin entry in host config/examples, and drop stale devenv.lock.

Tests: not run (CI image build)
This commit is contained in:
Josh Palmer 2026-01-29 22:29:18 +01:00
parent 2e795cda35
commit 063b573156
3 changed files with 8 additions and 6 deletions

12
flake.lock generated
View File

@ -111,11 +111,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1769615423,
"narHash": "sha256-LB7zN3b6/tkwPyzObMSxWneMVGMJiApY+LVAJ6C9bpA=",
"lastModified": 1769721788,
"narHash": "sha256-6BnjiMjRDwGKzD9kjGDLwOOFWweL4l9cjekE8vJR7qE=",
"owner": "moltbot",
"repo": "nix-moltbot",
"rev": "d7ef1bc688596ed6113d4750e98ab87fc350af7c",
"rev": "8ff02aae168fc4d36195f9d95ffd1e9814cb5bfd",
"type": "github"
},
"original": {
@ -129,11 +129,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769518314,
"narHash": "sha256-r48vscCGwB4ujzNq7tnrvO6FpStbKr+45ap2m2skO4Q=",
"lastModified": 1769632524,
"narHash": "sha256-lDGYIwZUPXF+FoqE9fATn8sqDjfpM7Iy81KhHvqFjyw=",
"owner": "moltbot",
"repo": "nix-steipete-tools",
"rev": "9a9b3b97418e3705d325ab9aad5693ac1208c891",
"rev": "53ead4d5fd722020dddaede861745a32e39d284e",
"type": "github"
},
"original": {

View File

@ -37,6 +37,7 @@
whatsapp = "interrupt";
};
plugins.slots.memory = "none";
plugins.entries.discord.enabled = true;
agents.list = [
{
id = "main";

View File

@ -128,6 +128,7 @@ in
};
plugins = {
slots.memory = "none";
entries.discord.enabled = true;
};
skills.allowBundled = [ "github" "clawdhub" ];
cron = {