summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-16 09:01:53 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-11-16 09:01:53 +0100
commit986c2d36da97856f392dd66d265b7646b32fa3b9 (patch)
treecaac503026c928b9dacd517c229e234dc66d47f6 /lib/systems/examples.nix
parentda6239dab3d712aa335fd0928c4e64f9599fef73 (diff)
parent300846f3c982ffc3e54775fa99b4ec01d56adf65 (diff)
downloadnixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.tar
nixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.tar.gz
nixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.tar.bz2
nixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.tar.lz
nixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.tar.xz
nixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.tar.zst
nixpkgs-986c2d36da97856f392dd66d265b7646b32fa3b9.zip
Merge master into staging-next
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 9a813b14cc2..b824bea6c20 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -109,6 +109,11 @@ rec {
     platform = platforms.riscv-multiplatform "32";
   };
 
+  mmix = {
+    config = "mmix-unknown-mmixware";
+    libc = "newlib";
+  };
+
   msp430 = {
     config = "msp430-elf";
     libc = "newlib";