From d37d8c4845c70ae9c7778bc2b35a399937072703 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 11 Sep 2024 10:29:41 +0200 Subject: [PATCH] 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. --- shells/teepot/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shells/teepot/default.nix b/shells/teepot/default.nix index 0e52314..bd3b5f9 100644 --- a/shells/teepot/default.nix +++ b/shells/teepot/default.nix @@ -10,6 +10,10 @@ mkShell { inputsFrom = [ teepot.teepot ]; + shellHook = '' + export OPENSSL_NO_VENDOR="1"; + ''; + packages = [ dive taplo