tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs
MIT License
838 stars 80 forks source link

kernel: Fix pure evaluation #15

Closed zhaofengli closed 2 years ago

zhaofengli commented 2 years ago

This fixes usage in pure evaluation mode (i.e., flakes) and doesn't affect any existing use-cases.

tpwrules commented 2 years ago

Thank you! This in fact would affect someone who wants to build a cross installer through flakes on a non-aarch64 system but that's a very niche case, certainly more than using their system through flakes. If that person stumbles on this, we can consider changing it.