Closed infinisil closed 1 year ago
Assuming we use sharding, if it regresses, it's a performance regression (or the Nix Team didn't do its job), which will most likely be related to builtins.readDir
, which is easy to fix by enumerating the directory structure in a file. Such a file can be generated easily and is subject to fewer changes, so it is still an improvement over all-packages.nix
.
We shouldn't be concerned with this, it's up to Nix to ensure it doesn't break compatibility
Mentioned by @tomberek, see https://github.com/NixOS/nix/pull/6530