1

Compare commits

..

3 Commits

3 changed files with 9 additions and 1 deletions

View File

@ -41,6 +41,11 @@
args = ["-y" "@sveltejs/mcp"]; args = ["-y" "@sveltejs/mcp"];
type = "stdio"; type = "stdio";
}; };
# npx shadcn@latest mcp init --client claude
shadcn = {
command = "npx";
args = ["-y" "shadcn@latest" "mcp"];
};
}; };
}; };
}; };

View File

@ -135,6 +135,9 @@ in {
readr readr
tibble tibble
svglite svglite
dplyr
tidyr
scales
]; ];
}) })

View File

@ -5,7 +5,7 @@
pkgs, pkgs,
... ...
}: let }: let
fileflowsVersion = "26.01"; fileflowsVersion = "26.06";
in { in {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
fileflows-node = { fileflows-node = {