Compare commits
3 Commits
5b6c0d08a6
...
492082ae84
| Author | SHA1 | Date | |
|---|---|---|---|
|
492082ae84
|
|||
|
4e70ca0246
|
|||
|
6657038f15
|
@ -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"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -135,6 +135,9 @@ in {
|
|||||||
readr
|
readr
|
||||||
tibble
|
tibble
|
||||||
svglite
|
svglite
|
||||||
|
dplyr
|
||||||
|
tidyr
|
||||||
|
scales
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user