-
Couldn't load subscription status.
- Fork 26
Open
Description
With reference to:
Lines 578 to 580 in 1cf10d3
| The `callPackage` function looks at the expected arguments (via | |
| `builtins.functionArgs`) and passes the appropriate keys from the set in which | |
| it is defined as the values for each corresponding argument. |
Looking specifically at the phrase "the set in which it is defined" it isn't clear:
-
What is "it"? (the callpackage function?)
-
Which set is being described?
The callpackage function does not appear to be defined as part of a set in this example:
Lines 572 to 575 in 1cf10d3
| { pkgs ? import <nixpkgs> {} }: | |
| let my-funky-program = pkgs.callPackage ./my-funky-program.nix {}; | |
| in # ... something happens with my-funky-program |
Metadata
Metadata
Assignees
Labels
No labels