From 8f164cffe4f30eeb74c6c79b1ff65e7314fc0f71 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Wed, 26 Feb 2025 19:54:33 +0100 Subject: [PATCH] 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 --- shell.nix | 1 + 1 file changed, 1 insertion(+) 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