Skip to content

Commit

Permalink
aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Feb 14, 2024
1 parent 5fc8fbf commit 38b87be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m1/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
pkgs = import nixpkgs {
inherit system overlays;
};
darwinFrameworks = if system == "x86_64-darwin" then with pkgs.darwin.apple_sdk.frameworks; [
darwinFrameworks = if system == "x86_64-darwin" || system == "aarch64-darwin" then with pkgs.darwin.apple_sdk.frameworks; [
IOKit
SystemConfiguration
AppKit
Expand Down

0 comments on commit 38b87be

Please sign in to comment.