1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Include aarch64-darwin in installer

Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
This commit is contained in:
Finn Behrens 2021-06-01 09:48:35 +02:00
parent 1fefe808f6
commit 9f1a7f9d37
2 changed files with 4 additions and 10 deletions

View file

@ -387,7 +387,7 @@
# to https://nixos.org/nix/install. It downloads the binary
# tarball for the user's system and calls the second half of the
# installation script.
installerScript = installScriptFor [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
installerScript = installScriptFor [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
installerScriptForGHA = installScriptFor [ "x86_64-linux" "x86_64-darwin" ];
# Line coverage analysis.