Nix on ARM: Difference between revisions

imported>Thra11
Updated to work with Nix 2.3.7 sources (changed 'version' to '.version', added propagatedDeps to nix-tarball's buildInputs)
imported>DavHau
No edit summary
Line 1: Line 1:
== Initial ==
== Initial ==
A prebuilt nix installer for armv7l including instruction on how to build it yourself via docker can be found here: [https://github.com/DavHau/nix-on-armv7l github.com/DavHau/nix-on-armv7l]
For some more info on, for example, binary caches, check also: https://nixos.wiki/wiki/NixOS_on_ARM


In case this helps anyone - by modifying Nix's `release.nix` you can make your own ARMv7 installer.
In case this helps anyone - by modifying Nix's `release.nix` you can make your own ARMv7 installer.
 
(This is outdated and doesn't work anymore. At least not without additional modifications)
Here's a prebuilt version: [https://tomberek.info/nix-2.0pre0_0000000-armv7l-linux.tar.bz2 Nix Installer]


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">