Hi guys, I have this repl that has a NIX loading error, I am still learning how to code so I have no idea now to fix it… (it’s python btw) thanks!
https://replit.com/@BradMarvine/Weather-Forecast-v21?v=1 (fork it)
Hi guys, I have this repl that has a NIX loading error, I am still learning how to code so I have no idea now to fix it… (it’s python btw) thanks!
https://replit.com/@BradMarvine/Weather-Forecast-v21?v=1 (fork it)
Try changing your replit.nix
file to this:
{ pkgs }: {
deps = [
];
}
How? And what is the replit.nix button?
How and what is the replit nix file?*
Go to the Files tab, click the three dots and click “Show Hidden Files”. The replit.nix file should appear in the Files tab.
Open it, and do what Firepup said. Hope this helps
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.