]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add libicu to shell.nix (#35540)
authorTobias Berger <toby@tobot.dev>
Wed, 26 Feb 2025 18:54:33 +0000 (19:54 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 18:54:33 +0000 (19:54 +0100)
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

shell.nix

index ffd7f8685effffa0d9e9959a531866a52da93055..5d1bcb024dab38c5cefe496fb6e9523e5a02f7d5 100644 (file)
--- 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