Skip to content

Commit

Permalink
Merge pull request #11450 from NixOS/backport-11009-to-2.18-maintenance
Browse files Browse the repository at this point in the history
installerScriptForGHA: aarch64-darwin
  • Loading branch information
roberth committed Sep 9, 2024
2 parents e154f41 + 1b0805d commit ffaeb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
# tarball for the user's system and calls the second half of the
# installation script.
installerScript = installScriptFor [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" "armv6l-linux" "armv7l-linux" ];
installerScriptForGHA = installScriptFor [ "x86_64-linux" "x86_64-darwin" "armv6l-linux" "armv7l-linux"];
installerScriptForGHA = installScriptFor [ "x86_64-linux" "aarch64-darwin" "armv6l-linux" "armv7l-linux"];

# docker image with Nix inside
dockerImage = lib.genAttrs linux64BitSystems (system: self.packages.${system}.dockerImage);
Expand Down

0 comments on commit ffaeb4b

Please sign in to comment.