mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
This commit is contained in:
parent
ed55982085
commit
e80c7bda4c
4 changed files with 28 additions and 18 deletions
|
|
@ -650,6 +650,7 @@ static void installDerivations(Globals & globals,
|
|||
externalState_p.erase(externalState_p.length(),1);
|
||||
externalState_p = externalState_p.substr(0,externalState_p.find_last_of('/'));
|
||||
ensureDirExists(externalState_p);
|
||||
//printMsg(lvlError, format("EnsureDir: '%1%'") % externalState_p);
|
||||
}
|
||||
|
||||
//Now we create a symlink externalState --> statePath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue