_internalCallByNamePackageFile
pkgs._internalCallByNamePackageFile
Docs pulled from | This Revision | 10 minutes ago
Because at that point the code in ./stage.nix can be changed to not allow definitions in all-packages.nix
to override ones from pkgs/by-name
anymore and throw an error if that happens instead.
Noogle detected
Implementation
The following is the current implementation of this function.
_internalCallByNamePackageFile = file: self.callPackage file { };