mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
Before creating multiple derivation - component instances
This commit is contained in:
parent
986a50ac78
commit
9c46444641
9 changed files with 120 additions and 97 deletions
|
|
@ -15,6 +15,14 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
|
||||
void dsfsdfas()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
void createStateDirs(const DerivationStateOutputDirs & stateOutputDirs, const DerivationStateOutputs & stateOutputs, const StringPairs & env)
|
||||
{
|
||||
Path statePath = stateOutputs.find("state")->second.statepath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue