removed avalonia

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-08 17:52:58 +01:00
parent bc4578a678
commit 5af769494c

View file

@ -148,15 +148,16 @@
vesktop vesktop
]; ];
}; };
# Allow insexure dotnet 7 # Allow insecure dotnet 7
nixpkgs.config.permittedInsecurePackages = [ # nixpkgs.config.permittedInsecurePackages = [
"dotnet-sdk-7.0.120" # "dotnet-sdk-7.0.120"
"dotnet-core-combined" # "dotnet-core-combined"
"dotnet-runtime-6.0.36" # "dotnet-runtime-6.0.36"
"dotnet-sdk-wrapped-7.0.120" # "dotnet-sdk-wrapped-7.0.120"
"dotnet-core-combined" # "dotnet-core-combined"
# "dotnet-wrapped-combined"
]; # "dotnet-combined"
# ];
# ld # ld
@ -193,7 +194,7 @@
nodejs nodejs
dotnet-sdk dotnet-sdk
dotnet-runtime dotnet-runtime
avalonia #avalonia
# language servers # language servers
csharp-ls csharp-ls