summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorAaron Janse <aaron@ajanse.me>2020-07-21 13:11:36 -0700
committerAaron Janse <aaron@ajanse.me>2020-07-21 13:11:36 -0700
commit60fd049b6552d73a5162109e7d8aa0839b54c398 (patch)
treea6a0ceb163583a17d390366f1c0973c2128a78ae /lib/systems/examples.nix
parent903a0cac04a10ca50ca461e2fad127d05b7f1419 (diff)
downloadnixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.tar
nixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.tar.gz
nixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.tar.bz2
nixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.tar.lz
nixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.tar.xz
nixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.tar.zst
nixpkgs-60fd049b6552d73a5162109e7d8aa0839b54c398.zip
redox: add as target
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 19b3790ecbe..ca562d2e456 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -164,6 +164,15 @@ rec {
   };
 
   #
+  # Redox
+  #
+
+  x86_64-unknown-redox = {
+    config = "x86_64-unknown-redox";
+    libc = "relibc";
+  };
+
+  #
   # Darwin
   #