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
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue