From d9413be75d0a962758f81ad5b044f57e622f4cb0 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 20 Jan 2026 10:23:32 +0100 Subject: [PATCH] mcp: pin version --- hm/mcp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/mcp.nix b/hm/mcp.nix index da644a6..bf18b77 100644 --- a/hm/mcp.nix +++ b/hm/mcp.nix @@ -4,8 +4,8 @@ enable = true; servers = { mcp-nixos = { - command = "nix"; - args = [ "run" "github:utensils/mcp-nixos" "--" ]; + command = "${unstable.mcp-nixos}/bin/mcp-nixos"; + args = [ "--" ]; }; mcp-ctl = { command = "nix";