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, ... }:
let
dotnet-combined = (with pkgs.dotnetCorePackages; combinePackages [
dotnet_8.sdk
dotnet_9.sdk
aspnetcore_8_0-bin
aspnetcore_9_0-bin
dotnet_10.sdk
aspnetcore_10_0-bin
]);
in {
programs.firefox = {