mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
State is now maintained (their paths are automatically shared), unless sharedState is set in the nix-expr, when a new version with the same drv-name of the component is installed
This commit is contained in:
parent
7424d72098
commit
4089bd5f19
9 changed files with 110 additions and 75 deletions
|
|
@ -143,7 +143,9 @@ static bool getDerivation(EvalState & state, Expr e,
|
|||
drv.system = evalStringNoCtx(state, a);
|
||||
|
||||
drv.attrs = attrs;
|
||||
|
||||
|
||||
//printMsg(lvlError, format("TEST '%1%'") % evalStringNoCtx(state, a) );
|
||||
|
||||
drv.attrPath = attrPath;
|
||||
|
||||
drvs.push_back(drv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue