Merge pull request #199 from matter-labs/devshell_env

chore(nix): set shell environment for openssl
This commit is contained in:
Harald Hoyer 2024-09-11 15:31:50 +02:00 committed by GitHub
commit dd2a0304be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@
mkShell {
inputsFrom = [ teepot.teepot ];
shellHook = ''
export OPENSSL_NO_VENDOR="1";
'';
packages = [
dive
taplo