rin/packages: use dotnet10

This commit is contained in:
Cilly Leang 2026-03-03 13:37:03 +11:00
parent 1fd2ebedb0
commit e73f9d612c
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,10 +1,8 @@
{ config, inputs, pkgs, ... }: { config, inputs, pkgs, ... }:
let let
dotnet-combined = (with pkgs.dotnetCorePackages; combinePackages [ dotnet-combined = (with pkgs.dotnetCorePackages; combinePackages [
dotnet_8.sdk dotnet_10.sdk
dotnet_9.sdk aspnetcore_10_0-bin
aspnetcore_8_0-bin
aspnetcore_9_0-bin
]); ]);
in { in {
programs.firefox = { programs.firefox = {