1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

index: link to cross compilation tutorial

This commit is contained in:
Domen Kožar 2021-06-18 11:40:58 +02:00
parent ec9298d348
commit eb36297f5c
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ Welcome to nix.dev
- Installing software from source code. - Installing software from source code.
- :ref:`Transparent build caching using binary caches <github-actions>`. - :ref:`Transparent build caching using binary caches <github-actions>`.
- Strong support for software auditability. - Strong support for software auditability.
- First-class cross compilation support. - :ref:`First-class cross compilation support <cross-compilation>`.
- Remote builds. - Remote builds.
- Remote deployments. - Remote deployments.
- Atomic upgrades and rollbacks. - Atomic upgrades and rollbacks.

View file

@ -1,4 +1,4 @@
.. _ref-cross-compilation: .. _cross-compilation:
Cross compilation Cross compilation
================= =================