From c5cfec0c98023a2c0140babc7895b3fdb4fc07ed Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Thu, 31 Aug 2023 18:51:25 +0300 Subject: [PATCH] README.md: add comments for rubusidaeus Signed-off-by: Ivan Bushchik --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 402b363..411b33d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ nixos-generate-config --show-hardware-config --root /mnt > /mnt/etc/nixos/machin nixos-install --flake path:.#host ``` +### Raspberry Pi image generation + +Replace `{{REPO_PATH}}` with path to this repo (surprising, isn't it) and run on NixOS system (or system with Nix (don't tested)) + +```bash +nix build path:{{REPO_PATH}}#nixosConfigurations.rubusidaeus.config.system.build.sdImage +``` + ## Rebuilding ```shell @@ -23,6 +31,7 @@ Apple Silicon hosts require additional `--impure` flag for firmware installation - stella (Random Ryzen 3 3250U laptop) - vetus (iMac 27" 2017) - celerrime (MacBook Air M2) +- rubusidaeus (Raspberry Pi 4B) ## Modules