From 5af769494c18a1ca599d0e7817fc7b845437436d Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sun, 8 Dec 2024 17:52:58 +0100 Subject: [PATCH] removed avalonia --- workstation/configuration.nix | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 20bd515..59cc42a 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -148,15 +148,16 @@ vesktop ]; }; - # Allow insexure dotnet 7 - nixpkgs.config.permittedInsecurePackages = [ - "dotnet-sdk-7.0.120" - "dotnet-core-combined" - "dotnet-runtime-6.0.36" - "dotnet-sdk-wrapped-7.0.120" - "dotnet-core-combined" - - ]; + # Allow insecure dotnet 7 + # nixpkgs.config.permittedInsecurePackages = [ + # "dotnet-sdk-7.0.120" + # "dotnet-core-combined" + # "dotnet-runtime-6.0.36" + # "dotnet-sdk-wrapped-7.0.120" + # "dotnet-core-combined" + # "dotnet-wrapped-combined" + # "dotnet-combined" + # ]; # ld @@ -193,7 +194,7 @@ nodejs dotnet-sdk dotnet-runtime - avalonia + #avalonia # language servers csharp-ls