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, ... }:
|
{ 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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue