mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
raspberry-pi/5: init
This commit is contained in:
@@ -81,7 +81,7 @@ def write_eval_test(f: IO[str], profiles: list[str]) -> None:
|
||||
continue
|
||||
|
||||
system = "x86_64-linux"
|
||||
if "raspberry-pi/4" == profile:
|
||||
if "raspberry-pi/4" == profile or "raspberry-pi/5" == profile:
|
||||
system = "aarch64-linux"
|
||||
|
||||
f.write(
|
||||
|
||||
Reference in New Issue
Block a user