summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-05-31 14:16:27 +0200
committerGitHub <noreply@github.com>2021-05-31 14:16:27 +0200
commitec1d8d52a390dd4bf42ca074e954461468d7fec2 (patch)
treec489932c97d8559c0658ff468a2d55356ef5d4d9
parent58240d3c2177ec082640073f8dcfca5f299e0a70 (diff)
parent223a1e1bb4ab9a8c18da8a3b4147a1d08899a946 (diff)
downloadnixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.tar
nixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.tar.gz
nixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.tar.bz2
nixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.tar.lz
nixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.tar.xz
nixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.tar.zst
nixpkgs-ec1d8d52a390dd4bf42ca074e954461468d7fec2.zip
Merge pull request #125076 from NixOS/revert-124887-aarch64-darwin
Revert "release.nix: add aarch64-darwin as a supportedSystem"
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 34f74117729..0b18dd1ecf2 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -11,7 +11,7 @@
 { nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; revision = "0000000000000000000000000000000000000000"; }
 , officialRelease ? false
   # The platforms for which we build Nixpkgs.
-, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]
+, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]
 , limitedSupportedSystems ? [ "i686-linux" ]
   # Strip most of attributes when evaluating to spare memory usage
 , scrubJobs ? true