> <@thefloweringash:matrix.org> check out the branch and run `nix-build release.nix -A binaryTarball.armv7l-linux` * Sadly the resulting tarball contains x86-64 binaries. During the installation the raspberry complains: ``` unpacking channels... while setting up the build environment: executing '/nix/store/b9p787yqaqi313l9rr0491igjwyzqfmw-bash-4.4-p23/bin/bash': Exec format error ``` ``` $ file /nix/store/b9p787yqaqi313l9rr0491igjwyzqfmw-bash-4.4-p23/bin/bash /nix/store/b9p787yqaqi313l9rr0491igjwyzqfmw-bash-4.4-p23/bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /nix/store/7gx4kiv5m0i7d7qkixq2cwzbr10lvxwc-glibc-2.27/lib/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, not stripped ```