mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
This commit is contained in:
parent
f435abcdb6
commit
4c32f38047
13 changed files with 125 additions and 14 deletions
|
|
@ -566,7 +566,7 @@ static void installDerivations(Globals & globals,
|
|||
//&& the identifiers are equal
|
||||
|
||||
//TODO !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
//TODO && (the users are equal || OR SHARED BETWEEN USERS)
|
||||
//TODO && (the users are equal || OR SHARED BETWEEN USERS) isnt this already user specific?
|
||||
//TODO
|
||||
if( newSharedState == ""
|
||||
&&
|
||||
|
|
@ -621,7 +621,6 @@ static void installDerivations(Globals & globals,
|
|||
store->shareState(i->second, i->first, false);
|
||||
}
|
||||
|
||||
|
||||
//**********************
|
||||
|
||||
//Let the stateDirs in /nix/state point to the solidStateDependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue