mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
roslyn-ls: format with nixfmt
This commit is contained in:
parent
894e9265c5
commit
b372a9cae1
@ -1,7 +1,23 @@
|
||||
{ lib, fetchFromGitHub, buildDotnetModule, dotnetCorePackages, stdenvNoCC, testers, roslyn-ls, jq }:
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildDotnetModule,
|
||||
dotnetCorePackages,
|
||||
stdenvNoCC,
|
||||
testers,
|
||||
roslyn-ls,
|
||||
jq,
|
||||
}:
|
||||
let
|
||||
pname = "roslyn-ls";
|
||||
dotnet-sdk = with dotnetCorePackages; combinePackages [ sdk_6_0 sdk_7_0 sdk_8_0 sdk_9_0 ];
|
||||
dotnet-sdk =
|
||||
with dotnetCorePackages;
|
||||
combinePackages [
|
||||
sdk_6_0
|
||||
sdk_7_0
|
||||
sdk_8_0
|
||||
sdk_9_0
|
||||
];
|
||||
# need sdk on runtime as well
|
||||
dotnet-runtime = dotnetCorePackages.sdk_9_0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user