mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
commit
5629e9de9d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ rec {
|
|||
"ARM"
|
||||
else if platform.parsed.cpu.family == "mips" then
|
||||
"Mips"
|
||||
else if platform.parsed.cpu.family == "power" then
|
||||
"PowerPC"
|
||||
else
|
||||
throw "Unsupported system";
|
||||
|
||||
|
|
Loading…
Reference in a new issue