about summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-09-23 06:30:47 +0300
committerGitHub <noreply@github.com>2023-09-23 06:30:47 +0300
commit6f300706ef349fe86a243fc5162fa76b965f9500 (patch)
tree2578abc2df7a0b501f468cbe066db62c766e53fe /lib/systems/examples.nix
parent87ee3c4fdf7e9a14cc4207a3369f822c1dce560a (diff)
parentaca7042069b59a296c4ea2055ae0746eae8ce3a7 (diff)
Merge pull request #247077 from jmbaur/aarch64-embedded-rustc
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 2a067663f98c3..0e704b7d7de0d 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -206,6 +206,7 @@ rec {
   aarch64-embedded = {
     config = "aarch64-none-elf";
     libc = "newlib";
+    rustc.config = "aarch64-unknown-none";
   };
 
   aarch64be-embedded = {