Skip to content

Commit

Permalink
Merge pull request NixOS#281005 from emilioziniades/csharpls-darwin
Browse files Browse the repository at this point in the history
csharp-ls: add darwin platforms
  • Loading branch information
NickCao authored Jan 16, 2024
2 parents fad7e7e + 7e7f99a commit 849430d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 849430d

Please sign in to comment.