diff options
author | Finn Behrens <me@kloenk.de> | 2021-06-01 09:48:35 +0200 |
---|---|---|
committer | Finn Behrens <me@kloenk.de> | 2021-06-01 09:48:35 +0200 |
commit | 9f1a7f9d370b17d760b5f97ae73118cabc099590 (patch) | |
tree | 50603a768b159cfba9d5cd158499a208e48e2518 /flake.nix | |
parent | 1fefe808f65f9545f2f112229bf38adc626aed07 (diff) |
Include aarch64-darwin in installer
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |