mirror of
https://github.com/NixOS/nix
synced 2025-07-04 23:51:47 +02:00
* Derivation expressions now can specify arguments to be passed to the
builder. Note that this unfortunately causes all Fix-computed hashes to change.
This commit is contained in:
parent
e374dbf89b
commit
555347744d
5 changed files with 56 additions and 20 deletions
|
@ -169,7 +169,7 @@ FSId normaliseFState(FSId id, FSIdSet pending)
|
|||
|
||||
/* Run the builder. */
|
||||
msg(lvlChatty, format("building..."));
|
||||
runProgram(fs.derive.builder, env);
|
||||
runProgram(fs.derive.builder, fs.derive.args, env);
|
||||
msg(lvlChatty, format("build completed"));
|
||||
|
||||
} else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue