Where is `callPackage` defined in the Nixpkgs repo (or how to find Nix lambda definitions in general)?
问题 Found a lot of sources describing callPackage and some of its internals, but none that refers to it's location. It's like the best kept secret of Nix, and the manuals even seem to be actively avoiding the topic. I could find it given time, but it's a huge repo. Resources: How does Nix's “callPackage” call functions defined without an ellipsis? (Stackoverlow) Nix Pills, Chapter 13. Callpackage Design Pattern Nix 回答1: nix repl can tell you the location where a lambda is defined. $ nix repl