1 { buildDotnetGlobalTool, lib }:
3 buildDotnetGlobalTool {
6 executables = "dotnet-csharpier";
8 nugetHash = "sha256-VW9QzbQfbY3Tz+Gz3hQ7VC4wOtwfIYV1Yq2WJz6bL04=";
11 description = "Opinionated code formatter for C#";
12 homepage = "https://csharpier.com/";
13 changelog = "https://github.com/belav/csharpier/blob/main/CHANGELOG.md";
14 license = licenses.mit;
15 maintainers = with maintainers; [ zoriya ];
16 mainProgram = "dotnet-csharpier";