Merge pull request #262090 from MikaelFangel/init-fantomas

fantomas: init at 6.2.2
This commit is contained in:
Weijia Wang 2023-10-24 08:09:44 +02:00 committed by GitHub
commit df3f5cc0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
{ buildDotnetGlobalTool, lib }:
buildDotnetGlobalTool {
pname = "fantomas";
version = "6.2.2";
nugetSha256 = "sha256-r5F44iwAV3QSeh3TyGTVhrN2oL4A68eD5dKiz/VnwdI=";
meta = with lib; {
description = "F# source code formatter";
homepage = "https://github.com/fsprojects/fantomas";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ mikaelfangel ];
mainProgram = "fantomas";
};
}