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:
parent
9333e47b28
commit
a7835b936e
|
@ -84,7 +84,7 @@ rec {
|
||||||
else final.parsed.cpu.name;
|
else final.parsed.cpu.name;
|
||||||
|
|
||||||
qemuArch =
|
qemuArch =
|
||||||
if final.isArm then "arm"
|
if final.isAarch32 then "arm"
|
||||||
else if final.isx86_64 then "x86_64"
|
else if final.isx86_64 then "x86_64"
|
||||||
else if final.isx86 then "i386"
|
else if final.isx86 then "i386"
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue