From: Tobias Berger Date: Wed, 26 Feb 2025 18:54:33 +0000 (+0100) Subject: Add libicu to shell.nix (#35540) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8f164cffe4f30eeb74c6c79b1ff65e7314fc0f71;p=space-station-14.git Add libicu to shell.nix (#35540) Add libicu to Nix shell I'm not sure if it's just me but without this, the C# debugger in VSCode simply does not work --- diff --git a/shell.nix b/shell.nix index ffd7f8685e..5d1bcb024d 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ in import (builtins.fetchTarball { let dependencies = with pkgs; [ dotnetCorePackages.sdk_9_0 + icu glfw SDL2 libGL