mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Initial implementation of remarkable1 cross-compile
This commit is contained in:
parent
a9f8357e2e
commit
77e00150ba
2 changed files with 19 additions and 0 deletions
|
@ -34,6 +34,11 @@ rec {
|
|||
platform = platforms.raspberrypi;
|
||||
};
|
||||
|
||||
remarkable1 = {
|
||||
config = "armv7l-unknown-linux-gnueabihf";
|
||||
platform = platforms.zero-gravitas;
|
||||
};
|
||||
|
||||
armv7l-hf-multiplatform = {
|
||||
config = "armv7l-unknown-linux-gnueabihf";
|
||||
platform = platforms.armv7l-hf-multiplatform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue