summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/top-level/release-python.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index 485410356048..af492cc4b987 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -4,7 +4,10 @@
*/
{ # The platforms for which we build Nixpkgs.
- supportedSystems ? [ "x86_64-linux" ]
+ supportedSystems ? [
+ "aarch64-linux"
+ "x86_64-linux"
+ ]
, # Attributes passed to nixpkgs. Don't build packages marked as unfree.
nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; }; }
}: