mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed
to functions from the command line. * nix-build: started removing backticks.
This commit is contained in:
parent
c11839d7b2
commit
4661282fde
8 changed files with 58 additions and 32 deletions
|
@ -60,9 +60,9 @@ string coerceToStringWithContext(EvalState & state,
|
|||
Expr wrapInContext(ATermList context, Expr e);
|
||||
|
||||
/* Automatically call a function for which each argument has a default
|
||||
value. Note: result is a call, not a normal form; it should be
|
||||
evaluated by calling evalExpr(). */
|
||||
Expr autoCallFunction(Expr e);
|
||||
value or has a binding in the `args' map. Note: result is a call,
|
||||
not a normal form; it should be evaluated by calling evalExpr(). */
|
||||
Expr autoCallFunction(Expr e, const ATermMap & args);
|
||||
|
||||
/* Print statistics. */
|
||||
void printEvalStats(EvalState & state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue