DavidEGrayson / nixcrpkgs

Nice nix expressions for cross-compiling.
Other
136 stars 8 forks source link

Question: Can nixcrpkgs be used to crosscompile nixpkgs package? #18

Closed tex closed 5 years ago

tex commented 5 years ago

This is a question, I want to cross compile some nixpkgs package on Linux to Windows.

DavidEGrayson commented 5 years ago

That is an interesting idea, but no, nixcrpkgs makes no attempt to support the format of nixpkgs package recipes. I am not a fan of how complicated those recipes are, both on the Nix side and in the builder shell scripts. I prefer simple, explicit steps instead having a bunch of stuff get generated for me automatically.