How Can I Fix My Nixpacks Build?
Project ID: 26297924-d91d-448c-b1fa-e00612d55795
I am trying to use nixpacks build for my Django app and am running into some problems:
Command I am Running
Error Message(s)
I am using WSL 2 (Windows Ubuntu Subsystem) with Docker working. I am still wondering if Docker has something to do with this or there are some issues with Ubuntu connecting to the internet. How should I begin debugging this?
4 Replies
Please provide your project ID or reply with
N/A
. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.It appears that the issue is related to the Nixpacks build not being able to download the NixOS/nixpkgs archive from GitHub. You may need to check your internet connection and ensure that you have the correct permissions to access the archive.
⚠️ experimental feature
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Thank you for the Stack Overflow link! That helped because I needed to find solutions for getting WSL to connect to the internet. I ended up just building my project on Railway using
NIXPACKS
variables.