aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-03 01:31:33 +0000
committerBlaž Hrastnik2021-06-03 01:31:33 +0000
commit7140908f6eb3304224f82829f5df8d5d96dc07e1 (patch)
treeab08e7adccc36d95ac85c0ee8dfd79c2600216bd /shell.nix
parent6dba1e7ec76c1e7e70315bdc7552dc5de6c212ff (diff)
Nix: add lldb to shell
Diffstat (limited to 'shell.nix')
-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
];