docs: recommend setting moduleLocation by default#221
docs: recommend setting moduleLocation by default#221Atry wants to merge 1 commit intohercules-ci:mainfrom
moduleLocation by default#221Conversation
As `moduleLocation` can be used to avoid portential infinite loops issue, it would be nice to mention it from README.
|
Is that still needed? Did you run into this again? |
|
|
|
Currently flake modules are not able to visit |
It seems to work fine nowadays. Example: https://github.com/srid/haskell-flake/blob/e47512f9a1eda70c762a0265cf029ecdaa9ffdf3/nix/modules/project/default.nix#L19-L29 Do you have an example where I'd like to avoid a situation where we make unnecessary recommendations, and I'm making an effort to make Nix provide the info robustly without |
As
moduleLocationcan be used to avoid portential infinite loops issue, it would be nice to mention it from README.