Installing NixOS on a Raspberry Pi 3

- nixos rpi

The process of installing NixOS on a Raspberry Pi 3 is pretty straightforward, as they are fully supported upstream. However, the documentation is somewhat spread out and occasionally a bit outdated and/or confusing, so I thought it may be worthwhile to summarize my recent experience.

  environment.systemPackages = [
    pkgs.vim
    pkgs.git
  ];

That’s it, have fun with NixOS on your Raspberry Pi 3.

Feedback