mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 18:38:44 +08:00
Merge #535
535: fix evaluation of rpi4 r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
@@ -34,6 +34,8 @@ def build_profile(
|
|||||||
system = "x86_64-linux"
|
system = "x86_64-linux"
|
||||||
if "raspberry-pi/2" in profile:
|
if "raspberry-pi/2" in profile:
|
||||||
system = "armv7l-linux"
|
system = "armv7l-linux"
|
||||||
|
if "raspberry-pi/4" in profile:
|
||||||
|
system = "aarch64-linux"
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
"nix",
|
"nix",
|
||||||
|
|||||||
Reference in New Issue
Block a user