fantomas: init at 6.2.2

This commit is contained in:
Mikael Fangel 2023-10-19 17:06:42 +02:00
parent e3ea7954f5
commit 30d20fbc5b
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

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";
};
}