mcp: pin version

This commit is contained in:
Filippo Berto 2026-01-20 10:23:32 +01:00
parent 3328e4c7f3
commit d9413be75d
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -4,8 +4,8 @@
enable = true; enable = true;
servers = { servers = {
mcp-nixos = { mcp-nixos = {
command = "nix"; command = "${unstable.mcp-nixos}/bin/mcp-nixos";
args = [ "run" "github:utensils/mcp-nixos" "--" ]; args = [ "--" ];
}; };
mcp-ctl = { mcp-ctl = {
command = "nix"; command = "nix";