chore(coding): Configure dotnet
This commit is contained in:
parent
a047d5c9e1
commit
aabc48511c
3 changed files with 6 additions and 3 deletions
|
|
@ -305,7 +305,11 @@ in {
|
|||
packages = lib.mkOption {
|
||||
default = with pkgs; [
|
||||
#.!
|
||||
dotnet-sdk
|
||||
(with dotnetCorePackages;
|
||||
combinePackages [
|
||||
sdk_8_0
|
||||
sdk_9_0
|
||||
])
|
||||
csharpier
|
||||
netcoredbg
|
||||
fsharp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue