Add vsdgb dependency

This isn't enough to get the debugger working but might as well get part of the way there
This commit is contained in:
Tim Van Baak 2024-08-14 15:08:13 -07:00
parent 73d849e117
commit 5b5320b3e2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
in rec {
devShell = pkgs.mkShell {
DOTNET_CLI_TELEMETRY_OPTOUT = 1;
NIX_LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc ];
NIX_LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc pkgs.icu ];
NIX_LD = builtins.readFile "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
packages = [
pkgs.bashInteractive