1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

Merge remote-tracking branch 'upstream/master' into microsoft/surface/6.1.3

This commit is contained in:
mexisme 2023-01-10 17:41:58 +13:00
commit 89e925dbc1

View File

@ -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",