No description
| flake.lock | add doc n shit | |
| flake.nix | ion need ts anymor | |
| README.md | better go config | |
Flakes
A repo that contains a flake file to be used in dev environments with .envrc, so you don't have to commit a flake.nix file to every single repo.
Setup
To make the "don't commit nix files" rule true, you'll need to have direnv set up in your nix install.
Once that's done, create .envrc in the target repo (in which you'd like to set up this), with the following content:
use flake path/to/flakes#flakeToUse
Replace flakeToUse with the flake of your choice (python311 for example) and the path to be correct
Finally, use direnv allow in the to make it apply in the target repo's folder. Simple!
Oh yeah, don't forget to add .envrc and .direnv/ to the target repo's .gitignore