mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Added backwards compatib. but still something... remains that changes the hashes .... :(
This commit is contained in:
parent
802d7f40bd
commit
09b8b7efbc
4 changed files with 99 additions and 59 deletions
|
|
@ -1378,7 +1378,11 @@ void DerivationGoal::startBuilder()
|
|||
|
||||
/* Create the state directory where the component can store it's state files place */
|
||||
//TODO
|
||||
stateDir = createStateDirs(drv.stateOutputDirs, drv.stateOutputs);
|
||||
|
||||
//TODO include addDirsBefore ...
|
||||
//if(enableState){ ...
|
||||
//stateDir = createStateDirs(drv.stateOutputDirs, drv.stateOutputs);
|
||||
//}
|
||||
|
||||
//TODO create the startupscript
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue