Flakes: Difference between revisions
→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). |
Focusgraph (talk | contribs) 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 | * <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--> | ||