mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
WIP
This commit is contained in:
parent
a33270ce1d
commit
390bf64858
2 changed files with 54 additions and 2 deletions
|
@ -24,7 +24,6 @@ struct DerivationOutput
|
|||
DerivationOutput(const DerivationOutput &) = default;
|
||||
DerivationOutput(DerivationOutput &&) = default;
|
||||
DerivationOutput & operator = (const DerivationOutput &) = default;
|
||||
void parseHashInfo(FileIngestionMethod & recursive, Hash & hash) const;
|
||||
};
|
||||
|
||||
typedef std::map<string, DerivationOutput> DerivationOutputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue