query
On this page

_internalCallByNamePackageFile

pkgs._internalCallByNamePackageFile

Docs pulled from | This Revision | 29 minutes ago


Nixpkgs manual

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 { };