release-python.nix: add aarch64-linux

Reduce the number of surprises when we go from staging to staging-next
with python-unstable.
main
Martin Weinelt 3 years ago
parent fb6cf2524b
commit ae1d80dcca
  1. 5
      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; }; }
}:

Loading…
Cancel
Save