Include package of gcc compiler in deploying a nestjs app

I'm new to this platform and I love how easy it is to move around but I have a problem. I want to include a gcc compiler package along with my nestjs app. I need gcc as it performs an important feature for my app. Can you help me what config file or whatever need to include in my project.
Solution:
nixpacks.toml
[phases.setup]
nixPkgs = ["...", "gcc"]
[phases.setup]
nixPkgs = ["...", "gcc"]
...
Jump to solution
2 Replies
Percy
Percy2y ago
Project ID: N/A
Solution
Brody
Brody2y ago
nixpacks.toml
[phases.setup]
nixPkgs = ["...", "gcc"]
[phases.setup]
nixPkgs = ["...", "gcc"]
Want results from more Discord servers?
Add your server