Hey!
I am trying to run a Python Flask-App that utilises a tool that was made in C#, which needs .NET to function. When I tried to deploy, it stated that .NET Nixpack was installing, but not Python - leading to requirements.txt not being installed - leading to Gunicorn to start up server not being recognised.
It it possible to install multiple Nixpacks on Railway in order to run different programs in an app?
Any help would be very appreciated. Thank you in advance!