From 7140908f6eb3304224f82829f5df8d5d96dc07e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Thu, 3 Jun 2021 10:31:33 +0900 Subject: [PATCH] Nix: add lldb to shell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 180e8957d..9e7bce9b4 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 ];