mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Merge remote-tracking branch 'upstream/master' into microsoft/surface/6.1.3
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user