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:
parent
1205b41849
commit
6cfc2db494
3 changed files with 7 additions and 4 deletions
|
@ -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'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue