Added openssl+gnumake dependencies

This commit is contained in:
Emile Clark-Boman 2025-07-22 03:11:56 +10:00
parent 7e36e6084a
commit bd83aa2d06

View file

@ -17,6 +17,8 @@
in in
pkgs.mkShell { pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
openssl
gnumake
emscripten emscripten
]; ];
}; };