#include <derivations.hh>
Public Types | |
enum struct | Kind : bool { Regular , Deferred } |
Public Attributes | |
std::map< std::string, Hash > | hashes |
Kind | kind |
The hashes modulo of a derivation.
Each output is given a hash, although in practice only the content-addressed derivations (fixed-output or not) will have a different hash for each output.
|
strong |
std::map<std::string, Hash> nix::DrvHash::hashes |
Map from output names to hashes
Kind nix::DrvHash::kind |
The kind of derivation this is, simplified for just "derivation hash modulo" purposes.