rin/packages: use dotnet10
This commit is contained in:
parent
1fd2ebedb0
commit
e73f9d612c
1 changed files with 2 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue