Skip to content

Commit

Permalink
nix: update dependencies for pure shell
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Sep 15, 2021
1 parent a0d8762 commit cedcfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
@@ -1,2 +1,2 @@
with import <nixpkgs> { };
mkShell { buildInputs = [ openssl pkgconfig ]; }
mkShell { buildInputs = [ clang_11 cargo glibc lld_11 pkgconfig rustc ]; }

0 comments on commit cedcfd1

Please sign in to comment.