Import From Derivation: Difference between revisions

imported>Roberth
Add sections When to use IFD, Recognizing IFD
imported>Roberth
No edit summary
Line 90: Line 90:
* <code>builtins.scopedImport</code>
* <code>builtins.scopedImport</code>
* potentially other functions if those read the filesystem in any way
* potentially other functions if those read the filesystem in any way
* '''library functions''' that invoke the above
* '''library functions''' that invoke the above, such as
* <code>lib.cleanSource</code>
* ...