mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
parent
f0485520cc
commit
54dc5314e8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
powerpc_system_cpus = [ 'ppc64', 'ppc' ]
|
||||
|
||||
nix_system_cpu = {'ppc64' : 'powerpc64', 'ppc' : 'powerpc'}.get(
|
||||
nix_system_cpu = {'ppc64' : 'powerpc64', 'ppc' : 'powerpc', 'x86' : 'i686'}.get(
|
||||
host_machine.cpu_family(),
|
||||
host_machine.cpu_family(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue