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
This commit is contained in:
Tobias Berger
2025-02-26 19:54:33 +01:00
committed by GitHub
parent 058d9fec09
commit 8f164cffe4

View File

@@ -8,6 +8,7 @@ in import (builtins.fetchTarball {
let
dependencies = with pkgs; [
dotnetCorePackages.sdk_9_0
icu
glfw
SDL2
libGL