Mic92 / nixpkgs-review

Review pull-requests on https://github.com/NixOS/nixpkgs
MIT License
410 stars 66 forks source link

Add option to cross compile packages #182

Open SuperSandro2000 opened 3 years ago

SuperSandro2000 commented 3 years ago

I want to replace pkgs with pkgsCross.aarch64-multiplatform.

Artturin commented 3 years ago

should be reopened as the commit has been reverted

kamadorueda commented 2 years ago

With https://github.com/Mic92/nixpkgs-review/issues/259 instead of using pkgs.aarch64-multiplatform (cross-compiling), you can do native compiling on the emulated aarch64 platform

kamadorueda commented 2 years ago

(It would be awesome to have both features, just mentioning they are related)