1

Compare commits

...

3 Commits

3 changed files with 9 additions and 1 deletions

View File

@ -41,6 +41,11 @@
args = ["-y" "@sveltejs/mcp"];
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
tibble
svglite
dplyr
tidyr
scales
];
})

View File

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