about summary refs log tree commit diff
path: root/lib/systems/inspect.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-24 01:20:02 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-07-24 14:37:35 +0700
commit407953e9df712b6d89295f1c402e8778a249a748 (patch)
tree10ee18ed439b932bb0f65ffeab32512e3a2b604a /lib/systems/inspect.nix
parenta5049e8caa06200e15818978dc1f319ee9210b88 (diff)
Initial implementation of m68k cross-compile
Diffstat (limited to 'lib/systems/inspect.nix')
-rw-r--r--lib/systems/inspect.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index d2b7271210cd9..a74847d43407b 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -26,6 +26,7 @@ rec {
     isAvr          = { cpu = { family = "avr"; }; };
     isAlpha        = { cpu = { family = "alpha"; }; };
     isOr1k         = { cpu = { family = "or1k"; }; };
+    isM68k         = { cpu = { family = "m68k"; }; };
     isJavaScript   = { cpu = cpuTypes.js; };
 
     is32bit        = { cpu = { bits = 32; }; };