From: EchoOfNothing <52498373+EchoOfNothing@users.noreply.github.com> Date: Wed, 24 Dec 2025 20:17:51 +0000 (+0200) Subject: Update dotnet sdk from 9 to 10 for nix devl shell. (#42041) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=92413255062af8a3555ddf1cce3d566da089b1a4;p=space-station-14.git Update dotnet sdk from 9 to 10 for nix devl shell. (#42041) Update dotnet sdk from 9 to 10 in shell.nix --- diff --git a/shell.nix b/shell.nix index 43f7349f1e..14c2acb798 100644 --- a/shell.nix +++ b/shell.nix @@ -12,7 +12,7 @@ let dependencies = with pkgs; [ - dotnetCorePackages.sdk_9_0 + dotnet-sdk_10 icu glfw libGL