mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Merge pull request #199 from matter-labs/devshell_env
chore(nix): set shell environment for openssl
This commit is contained in:
commit
dd2a0304be
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