chore(nix): set shell environment for openssl

The shellHook statement has been added to export OPENSSL_NO_VENDOR as 1.
This should prevent building the vendored version of openssl.
This commit is contained in:
Harald Hoyer 2024-09-11 10:29:41 +02:00
parent e13bf353e0
commit d37d8c4845
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -10,6 +10,10 @@
mkShell {
inputsFrom = [ teepot.teepot ];
shellHook = ''
export OPENSSL_NO_VENDOR="1";
'';
packages = [
dive
taplo