diff options
| author | Maciej Krüger <mkg20001@gmail.com> | 2025-04-06 00:10:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 00:10:57 +0200 |
| commit | 1000bcdd4d31538d91befdafe7efd41534f4fdb5 (patch) | |
| tree | 71c3023a335fac3636871e47f5d2f360e27fc6a9 /lib | |
| parent | dub-to-nix: strip git+ prefix from repository URLs (#395937) (diff) | |
| parent | lib.systems: Add arm-embedded-nano (diff) | |
| download | nixpkgs-1000bcdd4d31538d91befdafe7efd41534f4fdb5.tar.gz | |
lib.systems: Add arm-embedded-nano (#392204)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/systems/examples.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index cb54d8fd631a..ebee0d260c1d 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -215,6 +215,10 @@ rec { config = "arm-none-eabi"; libc = "newlib"; }; + arm-embedded-nano = { + config = "arm-none-eabi"; + libc = "newlib-nano"; + }; armhf-embedded = { config = "arm-none-eabihf"; libc = "newlib"; |
