diff --git a/flake.nix b/flake.nix index 40171f2..8adc9c4 100644 --- a/flake.nix +++ b/flake.nix @@ -26,9 +26,14 @@ # ''; packages = with pkgs; [ - openssl + # Compilation gnumake emscripten + + # C Libraries + SDL # Simple DirectMedia Layer + curl + openssl ]; shell = "${pkgs.bash}/bin/bash";