Flakes: Difference between revisions

Locnide (talk | contribs)
Output schema: Link to the nix manual rather than the nix source so that links work (they did not in the github markdown page linked).
m Typo
Line 381: Line 381:


<!--T:156-->
<!--T:156-->
* <code>builtins.currentSystem</code> is non-hermetic and impure as it reflects the host system performing the evauluation. This can usually be avoided by passing the system (i.e., x86_64-linux) explicitly to derivations requiring it.
* <code>builtins.currentSystem</code> is non-hermetic and impure as it reflects the host system performing the evaluation. This can usually be avoided by passing the system (i.e., x86_64-linux) explicitly to derivations requiring it.


<!--T:209-->
<!--T:209-->