mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Firefox can now be brought under state control, however, the symlink ~/.mozilla/firefox/ --> /nix/state/...../ can not (yet) be created automatically at build time since ~/ is set to /homeless-shelter/ ...
This commit is contained in:
parent
b6974f2ae6
commit
c0bd494865
11 changed files with 93 additions and 18 deletions
|
|
@ -1702,6 +1702,9 @@ void DerivationGoal::computeClosure()
|
|||
|
||||
/* Get rid of all weird permissions. */
|
||||
canonicalisePathMetaData(path);
|
||||
|
||||
/* Just before the very first scanForReferences, we insert the solid state references in its table so its references will show up in the scan*/
|
||||
setSolidStateReferencesTxn(noTxn, path, drv.solidStateDeps);
|
||||
|
||||
/* For this output path, find the component references to other paths contained in it. */
|
||||
PathSet references = scanForReferences(path, allPaths);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue