Cheatsheet: Difference between revisions
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 ` | 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: |