From 7140908f6eb3304224f82829f5df8d5d96dc07e1 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 3 Jun 2021 10:31:33 +0900 Subject: Nix: add lldb to shell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.nix') 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 ]; -- cgit v1.2.3-70-g09d2