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