changes
This commit is contained in:
parent
9cfc423a38
commit
9a5a28098c
36 changed files with 453 additions and 51 deletions
11
hosts/nb/modules/development/mcp.nix
Normal file
11
hosts/nb/modules/development/mcp.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
in {
|
||||
nixpkgs.overlays = [
|
||||
(import (builtins.fetchTarball "https://github.com/natsukium/mcp-servers-nix/archive/main.tar.gz")).overlays.default
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
mcp-server-fetch
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue