chore(coding): Configure dotnet

This commit is contained in:
DashieTM 2025-08-30 12:52:18 +02:00
parent a047d5c9e1
commit aabc48511c
3 changed files with 6 additions and 3 deletions

View file

@ -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