mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #262090 from MikaelFangel/init-fantomas
fantomas: init at 6.2.2
This commit is contained in:
commit
df3f5cc0dd
17
pkgs/by-name/fa/fantomas/package.nix
Normal file
17
pkgs/by-name/fa/fantomas/package.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user