mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
Factor out EvalCache::forceDerivation()
This commit is contained in:
parent
ca946860ce
commit
b681408879
3 changed files with 20 additions and 11 deletions
|
|
@ -101,6 +101,9 @@ public:
|
|||
bool isDerivation();
|
||||
|
||||
Value & forceValue();
|
||||
|
||||
/* Force creation of the .drv file in the Nix store. */
|
||||
StorePath forceDerivation();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue