feat: add fable and fsharp-analyzers dotnet global tools

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 15:23:31 +02:00
parent 3a94fff521
commit f5f60e7af5
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ buildDotnetGlobalTool }:
buildDotnetGlobalTool {
pname = "fable";
version = "4.24.0";
nugetHash = "sha256-ERewWqfEyyZKpHFFALpMGJT0fDWywBYY5buU/wTZZTg=";
}
+6
View File
@@ -0,0 +1,6 @@
{ buildDotnetGlobalTool }:
buildDotnetGlobalTool {
pname = "fsharp-analyzers";
version = "0.35.0";
nugetHash = "sha256-GxQR3Fq28cb+akNbzRTav9nhMtayN/0g2d1G6Ml+ck4=";
}