fix: added openssl to shell.nix

This commit is contained in:
Corey 2024-01-17 08:38:32 -05:00
parent 90e2210bce
commit c7a9b1cdb0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pkgs.mkShell {
rust-bin.stable."1.75.0".default
clang_14
llvmPackages_14.libclang
openssl
];
shellHook = ''
export LIBCLANG_PATH="${pkgs.llvmPackages_14.libclang.lib}/lib";