auto-calling is the technical term for what the old Nix CLI does, not something Nixpkgs does
automatic callPackage invocations are just an implementation detail of what we're trying to achieve
The removal of the categories is a far more significant change than the ability to remove a trivial list of callPackage calls.
We could have 95% of the benefits of the RFC without doing readDir (and having a sorted list of files in a .nix file somewhere, causing non-zero but very few merge conflicts).
"auto called packages" is a bad name because
The removal of the categories is a far more significant change than the ability to remove a trivial list of callPackage calls. We could have 95% of the benefits of the RFC without doing readDir (and having a sorted list of files in a .nix file somewhere, causing non-zero but very few merge conflicts).
How about: Simple package paths