Skip to content

Commit

Permalink
tweak: Add additional OpenSSL environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 14, 2024
1 parent b07f145 commit 6439107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
# Additional environment variables can be set directly
# MY_CUSTOM_VAR = "some value";
OPENSSL_DIR = pkgs.openssl.dev;
OPENSSL_LIB_DIR = pkgs.openssl.lib;
OPENSSL_INCLUDE_DIR = pkgs.openssl.include;
};

craneLibLLvmTools = craneLib.overrideToolchain
Expand Down

0 comments on commit 6439107

Please sign in to comment.