mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 15:34:48 +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 {
|
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