rpiboot: add aarch64-darwin and x86_64-darwin to the list of supported platforms
This commit is contained in:
parent
c0b9099f13
commit
e7721a3417
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Utility to boot a Raspberry Pi CM/CM3/CM4/Zero over USB";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ cartr ];
|
||||
platforms = [ "aarch64-linux" "armv7l-linux" "armv6l-linux" "x86_64-linux" ];
|
||||
platforms = [ "aarch64-linux" "aarch64-darwin" "armv7l-linux" "armv6l-linux" "x86_64-linux" "x86_64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue