mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Repositorys are created, state dirs are checked out automatically
This commit is contained in:
parent
3fc0b0da58
commit
5cac336820
6 changed files with 11 additions and 76 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include "local-store.hh"
|
||||
#include "db.hh"
|
||||
#include "util.hh"
|
||||
#include "store-state.hh"
|
||||
|
||||
|
||||
#include <map>
|
||||
#include <iostream>
|
||||
|
|
@ -1375,6 +1377,7 @@ void DerivationGoal::startBuilder()
|
|||
tmpDir = createTempDir();
|
||||
|
||||
/* Create the state directory where the component can store it's state files place */
|
||||
//TODO
|
||||
stateDir = createStateDirs(drv.stateOutputDirs, drv.stateOutputs);
|
||||
|
||||
//TODO create the startupscript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue