mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
Syntactic fixes
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
87c8d3d702
commit
93d9eb78a0
2 changed files with 2 additions and 2 deletions
|
|
@ -883,7 +883,7 @@ StorePathSet LocalStore::queryValidDerivers(const StorePath & path)
|
|||
|
||||
|
||||
std::map<std::string, std::optional<StorePath>>
|
||||
LocalStore::queryPartialDerivationOutputMap(const StorePath& path_)
|
||||
LocalStore::queryPartialDerivationOutputMap(const StorePath & path_)
|
||||
{
|
||||
auto path = path_;
|
||||
auto outputs = retrySQLite<std::map<std::string, std::optional<StorePath>>>([&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue