Changing the default .replit and replit.nix files

Every new Python Replit I create now comes with .replit and replit.nix files with errors.

While I can fix the problem by copying across working .replit and replit.nix files every time, is there a way to change the default files so that I can use the working versions each time I create a new Replit. It’s driving me a little bonkers!

Thanks in advance for any help!

Welcome to Ask! Please provide the link to your troubled Repls and a screenshot of the output.

1 Like

What exactly errors do you see in the files .replit and replit.nix?

Perhaps I haven’t explained myself well enough.

I just want to be able to change the .replit and replit.nix files that are automatically added to each Replit I create. I have working versions of both but, for some reason, each new Replit I create comes with “bad” versions of .replit and replit.nix. I need to be able to change the default versions of both.

Could you share one copy of these “bad” config files?

1 Like

you could create your own templates which you fork each time you create a new repl.
And are the “errors” by any chance what’s detailed in this topic?

2 Likes