update to 25.05

This commit is contained in:
Joakim Repomaa
2025-06-11 00:26:49 +03:00
parent 584380ef7f
commit e2c8ba9c3a
8 changed files with 15 additions and 31 deletions

View File

@@ -83,14 +83,6 @@
package = deno;
rootPattern = [ "deno.json" ];
}
{
name = "prismals";
package = nodePackages."@prisma/language-server";
rootPattern = [
"package.json"
"deno.json"
];
}
{
name = "graphql";
package = nodePackages.graphql-language-service-cli;