openssl dev

This commit is contained in:
Miguel Palhas
2025-02-03 14:28:52 +00:00
parent 80846e8671
commit 00f1eb1912
3 changed files with 105 additions and 3 deletions
+6
View File
@@ -18,4 +18,10 @@
# };
# Install.WantedBy = [ "default.target" ];
# };
home.sessionVariables = {
OPENSSL_DIR = "${pkgs.openssl.dev}";
OPENSSL_LIB_DIR = "${pkgs.openssl.out}/lib";
OPENSSL_INCLUDE_DIR = "${pkgs.openssl.dev}/include";
};
}