How do I get Nixpacks to read the repo as a framework that I specify?
Hello, I have a problem with the builder, the Nixpacks builder reads my repo as a java project, I want Nixpacks to build with the framework I want in this case Django python. Does anyone know a solution to this or does anyone know how to change the builder settings?
Solution:Jump to solution
Try making a
nixpacks.toml
in your project root:
For future reference, though, what does your project's file structure look like?...5 Replies
Project ID:
a2e9b26d-ea1b-4525-8902-62bfe439c533
a2e9b26d-ea1b-4525-8902-62bfe439c533
Solution
Try making a
nixpacks.toml
in your project root:
For future reference, though, what does your project's file structure look like?thank you for the answer, its like java android with django python in one folder
for once again, thank you because I just tried it and it worked. 🎉
No problem!