Is it just me or my repl’s nix env keep loading

Link: https://replit.com/@s3D27ZHOU/LogicGate#main.py

In my view It is loading for so long, now my code can’t run since the nix env is still loading, FOR FOUR DAYS

Can you guys run the code? Or it’s nix env is still loading in your view as well?

The repl can’t stay running for 4 days, it’s likely restarting at least once. Did you install a large Nix package?

In replit.nix remove python38Packages. and use just pkgs.black, so it uses a prebuilt binary that doesn’t need setup. Then do shiftF5

Well the latest thing about nix I touched is running
“black .”

Well it doesn’t work, but somehow if I remove the entire pkg.black it works again lol

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.