nixos/release-combined: Move aarch64-linux to supportedSystems

The builders have had a good track record in the last year so this is
worth a try.

Changed files
+2 -2
nixos
+2 -2
nixos/release-combined.nix
···
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
-
, supportedSystems ? [ "x86_64-linux" ]
-
, limitedSupportedSystems ? [ "i686-linux" "aarch64-linux" ]
+
, supportedSystems ? [ "aarch64-linux" "x86_64-linux" ]
+
, limitedSupportedSystems ? [ "i686-linux" ]
}:
let