mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 00:21:01 +01: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
|
|
@ -36,8 +36,9 @@ struct Derive
|
|||
{
|
||||
DeriveOutputs outputs;
|
||||
FSIds inputs;
|
||||
string builder;
|
||||
string platform;
|
||||
string builder;
|
||||
Strings args;
|
||||
StringPairs env;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue