mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
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:
parent
e13bf353e0
commit
d37d8c4845
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
mkShell {
|
||||
inputsFrom = [ teepot.teepot ];
|
||||
|
||||
shellHook = ''
|
||||
export OPENSSL_NO_VENDOR="1";
|
||||
'';
|
||||
|
||||
packages = [
|
||||
dive
|
||||
taplo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue