feat(editors): add roslyn-language-server for Helix

This commit is contained in:
Felix Schröter 2024-08-27 13:11:01 +02:00
parent 22c9880314
commit 6a0f0bf76e
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 40 additions and 2 deletions

View file

@ -79,6 +79,12 @@ rec {
url = "github:astro/nix-openwrt-imagebuilder";
inputs.nixpkgs.follows = "nixpkgs";
};
roslyn-language-server = {
url = "github:SofusA/roslyn-language-server";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};
outputs =