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:
parent
73d849e117
commit
5b5320b3e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue