1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Fix applyOverride() for github

This commit is contained in:
Eelco Dolstra 2020-06-09 13:45:07 +02:00
parent 1205b41849
commit 6cfc2db494
3 changed files with 7 additions and 4 deletions

View file

@ -57,7 +57,7 @@ static std::tuple<fetchers::Tree, FlakeRef, FlakeRef> fetchOrSubstituteTree(
}
flakeCache.push_back({originalRef, fetched.value()});
}
auto [tree, lockedRef] = fetched.value();
debug("got tree '%s' from '%s'",