Skip to content

Commit

Permalink
Merge pull request #199 from matter-labs/devshell_env
Browse files Browse the repository at this point in the history
chore(nix): set shell environment for openssl
  • Loading branch information
haraldh authored Sep 11, 2024
2 parents e13bf35 + d37d8c4 commit dd2a030
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shells/teepot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
mkShell {
inputsFrom = [ teepot.teepot ];

shellHook = ''
export OPENSSL_NO_VENDOR="1";
'';

packages = [
dive
taplo
Expand Down

0 comments on commit dd2a030

Please sign in to comment.