diff options
Diffstat (limited to 'src/fstate.hh')
-rw-r--r-- | src/fstate.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fstate.hh b/src/fstate.hh index 969abe9e0632..b71739aed98a 100644 --- a/src/fstate.hh +++ b/src/fstate.hh @@ -36,8 +36,9 @@ struct Derive { DeriveOutputs outputs; FSIds inputs; - string builder; string platform; + string builder; + Strings args; StringPairs env; }; |