mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
lib.platforms.s390x: init
This commit is contained in:
parent
541a2a5e91
commit
6d165a9474
3 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,7 @@ rec {
|
|||
isOr1k = { cpu = { family = "or1k"; }; };
|
||||
isM68k = { cpu = { family = "m68k"; }; };
|
||||
isS390 = { cpu = { family = "s390"; }; };
|
||||
isS390x = { cpu = { family = "s390"; bits = 64; }; };
|
||||
isJavaScript = { cpu = cpuTypes.js; };
|
||||
|
||||
is32bit = { cpu = { bits = 32; }; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue