Documentation Gaps: Difference between revisions
imported>Azazel75 m Adding link to buildEnv in nixpkgs |
imported>Azazel75 m Fix link description |
||
Line 27: | Line 27: | ||
'''#1''' loads the nix file in '''#2''' and uses it to merge everything together, and '''#2''' uses a copy of '''#3''' that was compiled when nix got built. | '''#1''' loads the nix file in '''#2''' and uses it to merge everything together, and '''#2''' uses a copy of '''#3''' that was compiled when nix got built. | ||
Have a look also at [https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/buildenv/default.nix] | Have a look also at [https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/buildenv/default.nix "nixpkgs"pkgs/build-support/buildenv/default.nix] | ||
== How to add a new cross-compilation target/platform? == | == How to add a new cross-compilation target/platform? == |