diff options
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r-- | src/libstore/derivations.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index 666dbff41..1e2143f31 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -36,9 +36,11 @@ struct DerivationOutputInputAddressed struct DerivationOutputCAFixed { /** - * hash and refs used for expected hash computation + * Method and hash used for expected hash computation. + * + * References are not allowed by fiat. */ - ContentAddressWithReferences ca; /* hash and refs used for validating output */ + ContentAddress ca; /** * Return the \ref StorePath "store path" corresponding to this output |