summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2025-04-06 00:10:57 +0200
committerGitHub <noreply@github.com>2025-04-06 00:10:57 +0200
commit1000bcdd4d31538d91befdafe7efd41534f4fdb5 (patch)
tree71c3023a335fac3636871e47f5d2f360e27fc6a9 /lib
parentdub-to-nix: strip git+ prefix from repository URLs (#395937) (diff)
parentlib.systems: Add arm-embedded-nano (diff)
downloadnixpkgs-1000bcdd4d31538d91befdafe7efd41534f4fdb5.tar.gz
lib.systems: Add arm-embedded-nano (#392204)
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/examples.nix4
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";