illegalprime/nixos-on-arm

support Raspberry Pi 3

illegalprime opened this issue · 1 comments

getting the RPi 3 to work with https://pi-hole.net/ would be a good demo and a useful use case, but first we need to get the board working.

this should be straightforward as nixpkgs already supports this board pretty well, these links should help:

  1. https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi
  2. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
  3. https://github.com/NixOS/nixpkgs/blob/fc48e74127c08ac44f56f3535dc09648ba5ef57d/lib/systems/platforms.nix#L314-L347

fixed by ee3a624