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.
wip/yesman
Chuck 4 years ago
parent 9333e47b28
commit a7835b936e
  1. 2
      lib/systems/default.nix

@ -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…
Cancel
Save