mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Merge remote-tracking branch 'upstream/master' into microsoft/surface/specialisation/common-files
This commit is contained in:
commit
5f5a93c535
1 changed files with 2 additions and 0 deletions
|
@ -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