mirror of
https://github.com/NixOS/nix
synced 2025-07-02 17:41:48 +02:00
Merge branch 'path-info' into ca-drv-exotic
This commit is contained in:
commit
9af9ab4212
303 changed files with 32784 additions and 3308 deletions
|
@ -566,7 +566,7 @@ DrvHashModulo hashDerivationModulo(Store & store, const Derivation & drv, bool m
|
|||
}
|
||||
|
||||
|
||||
std::map<std::string, Hash> staticOutputHashes(Store& store, const Derivation& drv)
|
||||
std::map<std::string, Hash> staticOutputHashes(Store & store, const Derivation & drv)
|
||||
{
|
||||
std::map<std::string, Hash> res;
|
||||
std::visit(overloaded {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue