From e2f641e5535342db34fefb07bb261a32f626c1a5 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 24 Oct 2025 17:31:23 +1000 Subject: [PATCH] use pkgs-unstable.msbuild pkgs.msbuild use .NET6 (marked insecure), pkgs-unstable.msbuild uses .NET8 --- hosts/modules/apps/rider.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/modules/apps/rider.nix b/hosts/modules/apps/rider.nix index 94ac874..d7b3a1c 100644 --- a/hosts/modules/apps/rider.nix +++ b/hosts/modules/apps/rider.nix @@ -14,7 +14,9 @@ # Mono mono - msbuild + # NOTE: nixpkgs-unstable uses .NET8 SDK + # WARNING: nixpkgs-25.05 uses .NET6 SDK (now marked insecure) + pkgs-unstable.msbuild # .NET Framework Tools/Services omnisharp-roslyn