aboutsummaryrefslogtreecommitdiff
path: root/docs/build-tarball.adoc
blob: b5f5fb50c35f1699ee1c14c58ebcf1619af6a489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= NixTurris tarball

TODO

== Building standard tarball

Add nixturris repository to your local Nix registry and build it. The image is
cross compiled in this case (unless you are running on Aarch64 platform). You
can also build it natively and this is discussed in the chapter "Native build
using Qemu" in this document.

```
~$ nix registry add nixturris git+https://git.cynerd.cz/nixturris
~$ nix build nixturris#crossTarballMox
```