Fix `nix develop` for lldb (#3265)

pull/3268/head
patryk4815 4 months ago committed by GitHub
parent 5c007b46b0
commit a809621ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,6 +81,10 @@ in
pkgs.lldb_20
];
shellHook = ''
# lldb looks for the `debugserver` binary in `DEVELOPER_DIR`,
# but nixpkgs does not provide `debugserver` there
unset DEVELOPER_DIR
export PWNDBG_NO_AUTOUPDATE=1
export PWNDBG_NO_UV=1
export PWNDBG_VENV_PATH="${pyEnv}"

Loading…
Cancel
Save