mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Refactor, extract some shared code into UnresolvedApp::build
This commit is contained in:
parent
e14346c7da
commit
7df7bde306
3 changed files with 12 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ struct App
|
|||
struct UnresolvedApp
|
||||
{
|
||||
App unresolved;
|
||||
std::vector<BuiltPathWithResult> build(ref<Store> evalStore, ref<Store> store);
|
||||
App resolve(ref<Store> evalStore, ref<Store> store);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue