Merge pull request #281005 from emilioziniades/csharpls-darwin
csharp-ls: add darwin platforms
This commit is contained in:
commit
849430d87c
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue