lib.systems.elaborate: isArm -> isAarch32

This is the last reference to isArm.  isArm is deprecated after 18.03.
This substitution was performed tree-wide in #37401.
This commit is contained in:
Chuck 2020-02-05 10:54:54 -08:00
parent 9333e47b28
commit a7835b936e

View file

@ -84,7 +84,7 @@ rec {
else final.parsed.cpu.name;
qemuArch =
if final.isArm then "arm"
if final.isAarch32 then "arm"
else if final.isx86_64 then "x86_64"
else if final.isx86 then "i386"
else {