Merge pull request #281005 from emilioziniades/csharpls-darwin

csharp-ls: add darwin platforms
This commit is contained in:
Nick Cao 2024-01-15 19:20:42 -05:00 committed by GitHub
commit 849430d87c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ buildDotnetGlobalTool rec {
homepage = "https://github.com/razzmatazz/csharp-language-server";
changelog = "https://github.com/razzmatazz/csharp-language-server/releases/tag/v${version}";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ GaetanLepage ];
};
}