tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failure Kernel and Bootstrap Installer

kavfkah opened this issue · comments

hey, I was just follow the installation instructions and m1n1 and u-boot build fine, but the Kernel and Bootstrap Installer failed doing: nix build --extra-experimental-features 'nix-command flakes' .#installer-bootstrap -o installer -j4 -L

with this log: https://pastebin.com/veZ4Qmf4

is there anything I can do to fix this?

The logs mentions e.g.

./scripts/ocsp-stapling-with-ca-as-responder.test: line 188: nc: command not found

and

./scripts/ping.test: line 25: ping: command not found

so perhaps start by fixing all such not found commands?

ah okay I just had to add toybox in iso-configuration/installer-configuration.nix and now it's working