1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/tutorials
sterni d087303b04
cross-compilation: fix platform terminology in shell example
* `nativeBuildInputs` is roughly equivalent to taking a package from `buildPackages` which
  means that *its* host platform is the build platform of the derivation (so we can execute it during
  the build) and its target platform is the host platform of the derivation (so e. g. compilers produce
  binaries that can be executed where we want them to)
* `buildInputs` are needed on the *host* platform of the derivation
* What would the target platform be in this case? It would only be relevant if we were to build a
  cross-compiler: Then we'd need runtime libraries for the target platform, for example.
2021-06-24 13:21:06 +02:00
..
ad-hoc-developer-environments.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00
building-and-running-docker-images.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00
continuous-integration-github-actions.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00
contributing.rst contribuing: remove bogus sentence 2020-11-23 15:47:37 +01:00
cross-compilation.rst cross-compilation: fix platform terminology in shell example 2021-06-24 13:21:06 +02:00
declarative-and-reproducible-developer-environments.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00
deploying-nixos-using-terraform.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00
dev-environment.rst Fix errors in dev environment tutorial 2020-07-01 18:19:00 +02:00
index.rst Tutorial for cross-compilation 2021-06-14 18:59:58 +02:00
install-nix.rst fix grammar on install nix 2020-12-09 20:56:18 -08:00
installing-nixos-on-a-raspberry-pi.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00
integration-testing-using-virtual-machines.rst map benefits to tutorials 2021-06-15 16:56:41 +02:00
towards-reproducibility-pinning-nixpkgs.rst Going forward -> Next steps 2021-06-15 16:58:33 +02:00