nix: drop LLVM/Rust dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-05 00:42:50 +05:30
parent 646777c40e
commit 53716bbc81
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,2 +1,2 @@
with import <nixpkgs> { };
mkShell { buildInputs = [ clang_10 lld_10 rustup pkgconfig openssl ]; }
mkShell { buildInputs = [ pkgconfig openssl ]; }