mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
fix evaluation of rpi4
This commit is contained in:
parent
ca29e25c39
commit
cb4f9dca64
|
|
@ -34,6 +34,8 @@ def build_profile(
|
|||
system = "x86_64-linux"
|
||||
if "raspberry-pi/2" in profile:
|
||||
system = "armv7l-linux"
|
||||
if "raspberry-pi/4" in profile:
|
||||
system = "aarch64-linux"
|
||||
|
||||
cmd = [
|
||||
"nix",
|
||||
|
|
|
|||
Loading…
Reference in a new issue