Nix: add lldb to shell

This commit is contained in:
Blaž Hrastnik 2021-06-03 10:31:33 +09:00
parent 6dba1e7ec7
commit 7140908f6e

View File

@ -4,6 +4,8 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [
(rust-bin.stable.latest.default.override { extensions = ["rust-src"]; })
lld_10
lldb
# pythonPackages.six
stdenv.cc.cc.lib
# pkg-config
];