Problem
Currently Nix only knows one root, /., but that changes with lazy trees.
Proposal
Document how paths work, and explain that multiple roots exists.
A root could be defined as any path that doesn't have a parent.
- Or has itself as parent if you want to define it that way (dirOf does...)
Also note that a file may be a root
- Unless that possibility is removed. We might always create an unnecessary directory around such files.
TODO
Checklist
Priorities
Add 👍 to issues you find important.
Problem
Currently Nix only knows one root,
/., but that changes with lazy trees.Proposal
Document how paths work, and explain that multiple roots exists.
A root could be defined as any path that doesn't have a parent.
Also note that a file may be a root
TODO
Checklist
Priorities
Add 👍 to issues you find important.