Jump to content

Cheatsheet: Difference between revisions

No change in size ,  13 November 2022
no edit summary
imported>Nix
(Restore the original main section which was broken out into a new page)
imported>Visortelle
No edit summary
Line 198: Line 198:
=== Evaluate packages for a different platform ===
=== Evaluate packages for a different platform ===


Sometimes you want to check whether a change to a package (such as adding a new dependency) would evaluate even on a different type of system. For example, you may want to check on `x68_64-linux` whether a package evaluates for `x68_64-darwin` or `aarch64-linux`.
Sometimes you want to check whether a change to a package (such as adding a new dependency) would evaluate even on a different type of system. For example, you may want to check on `x86_64-linux` whether a package evaluates for `x86_64-darwin` or `aarch64-linux`.


Use the `system` argument:
Use the `system` argument:
Anonymous user