diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-17 20:51:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 20:51:09 +0100 |
commit | 8a5203d3b836497c2c5f157f85008aa8bcb6a1d2 (patch) | |
tree | 894b0d2fd5dfdfa0191c26510e25533a8df5e64d /src | |
parent | 66fa1c7375e4b3073a16df4678cf1d37446ed20b (diff) | |
parent | a61112aadf58c1578cbdcba32b1582d25ca7ed9b (diff) |
Merge pull request #4648 from hercules-ci/remove-unimplemented-hashAlgoOpt
Remove unimplemented hashAlgoOpt
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/derivations.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index 061d70f69..2df440536 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -52,7 +52,7 @@ struct DerivationOutput DerivationOutputCAFloating, DerivationOutputDeferred > output; - std::optional<HashType> hashAlgoOpt(const Store & store) const; + /* Note, when you use this function you should make sure that you're passing the right derivation name. When in doubt, you should use the safer interface provided by BasicDerivation::outputsAndOptPaths */ |