From 5c0fe5abdae5a40b7cc65d7e605fba3db4c509e6 Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Wed, 11 Feb 2026 19:59:59 +0100 Subject: [PATCH] apply updates from m3ta-nixpkgs --- flake.lock | 33 ++++++++++++++----------------- flake.nix | 4 ++-- home/features/coding/opencode.nix | 1 + 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index ac2faa0..d8db55b 100644 --- a/flake.lock +++ b/flake.lock @@ -24,8 +24,8 @@ "agents": { "flake": false, "locked": { - "lastModified": 1770750156, - "narHash": "sha256-5dA9+CPSYLmsfTNbFPDpfUYKK0YH7u+snSZMStzd3Tc=", + "lastModified": 1770833637, + "narHash": "sha256-T97AWZYIQE1mI9eL1dfuOJ4YPkpU6kfETi1QZsC0WyE=", "path": "/home/m3tam3re/p/AI/AGENTS", "type": "path" }, @@ -241,17 +241,14 @@ "opencode": "opencode" }, "locked": { - "lastModified": 1770708818, - "narHash": "sha256-E7IynuqdA/0oK96uSWC6J5V4AqP3V+l79j4EbzYVrx4=", - "ref": "refs/heads/master", - "rev": "644c7eac5d4a30d891d2ad3f982ed7936f178b23", - "revCount": 91, - "type": "git", - "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" + "lastModified": 1770832025, + "narHash": "sha256-b6iPOU2ruuSDscCsIvNCO9/vhOsUCYtSaHlQbJ7PTnE=", + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" }, "original": { - "type": "git", - "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" } }, "nix-colors": { @@ -452,11 +449,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1768393167, - "narHash": "sha256-n2063BRjHde6DqAz2zavhOOiLUwA3qXt7jQYHyETjX8=", + "lastModified": 1770073757, + "narHash": "sha256-Vy+G+F+3E/Tl+GMNgiHl9Pah2DgShmIUBJXmbiQPHbI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2f594d5af95d4fdac67fba60376ec11e482041cb", + "rev": "47472570b1e607482890801aeaf29bfb749884f6", "type": "github" }, "original": { @@ -540,16 +537,16 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1770332936, - "narHash": "sha256-VddWpvtoDJlbbesJL6VlP99/NJqkHbN8Rdv1XccNRZM=", + "lastModified": 1770824220, + "narHash": "sha256-+vvNQzfhuP91mK/BjBufWGdS+2vHJAtB8iDl14z4y48=", "owner": "anomalyco", "repo": "opencode", - "rev": "579902ace6e9fb925f50b7d9fdf11a6b47895307", + "rev": "42bea5d297125c4f8ea5c1d6055fa06829de0a51", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.1.53", + "ref": "v1.1.59", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 93e19fb..950b502 100644 --- a/flake.nix +++ b/flake.nix @@ -45,8 +45,8 @@ nix-colors.url = "github:misterio77/nix-colors"; agents = { - url = "path:/home/m3tam3re/p/AI/AGENTS"; - # url = "git+https://code.m3ta.dev/m3tam3re/AGENTS"; + # url = "path:/home/m3tam3re/p/AI/AGENTS"; + url = "git+https://code.m3ta.dev/m3tam3re/AGENTS"; flake = false; }; }; diff --git a/home/features/coding/opencode.nix b/home/features/coding/opencode.nix index cf1b519..397317f 100644 --- a/home/features/coding/opencode.nix +++ b/home/features/coding/opencode.nix @@ -265,5 +265,6 @@ }; }; disabled_mcps = ["context7" "websearch"]; + disabled_hooks = ["comment-checker"]; #Temporarily added to address bug in 3.5.1 (MCP) }; }