3
0
Fork 0
forked from mirrors/nixpkgs

release.nix: add aarch64-darwin as a supportedSystem

(cherry picked from commit cbaf2ee7a0)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Andrew Childs 2021-05-19 02:00:36 +09:00 committed by Domen Kožar
parent 0d698e6186
commit 678920b13b
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -11,7 +11,7 @@
{ nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; revision = "0000000000000000000000000000000000000000"; } { nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; revision = "0000000000000000000000000000000000000000"; }
, officialRelease ? false , officialRelease ? false
# The platforms for which we build Nixpkgs. # The platforms for which we build Nixpkgs.
, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] , supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]
, limitedSupportedSystems ? [ "i686-linux" ] , limitedSupportedSystems ? [ "i686-linux" ]
# Strip most of attributes when evaluating to spare memory usage # Strip most of attributes when evaluating to spare memory usage
, scrubJobs ? true , scrubJobs ? true