mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +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 {
|
mkShell {
|
||||||
inputsFrom = [ teepot.teepot ];
|
inputsFrom = [ teepot.teepot ];
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
export OPENSSL_NO_VENDOR="1";
|
||||||
|
'';
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
dive
|
dive
|
||||||
taplo
|
taplo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue