1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

fantomas: add darwin platforms

This commit is contained in:
Thomas Laich 2024-02-18 18:53:25 +01:00
parent ec841889d3
commit bf302e9144

View file

@ -10,7 +10,7 @@ buildDotnetGlobalTool {
description = "F# source code formatter";
homepage = "https://github.com/fsprojects/fantomas";
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ mikaelfangel ];
mainProgram = "fantomas";
};