Unnamed repository; edit this file 'description' to name the repository.
Nix: add lldb to shell
Blaž Hrastnik 2021-06-03
parent 6dba1e7 · commit 7140908
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 180e8957..9e7bce9b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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
];