Move CMake to brew

Using the nix version forced Qt builds to included libSystem from Nix
which caused some version differences to the macOS SDK one, I guess?
This commit is contained in:
Olli Vuolteenaho 2024-01-22 10:27:31 +02:00
parent da0378c7bb
commit 06829a31aa
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,6 @@
systemPackages = [
pkgs.android-tools
pkgs.bat
pkgs.cmake
pkgs.coreutils
pkgs.curl
pkgs.direnv
@ -37,6 +36,7 @@
pkgs.vim
pkgs.wget
];
systemPath = ["/opt/homebrew/bin"];
variables = {
JAVA_HOME = "${pkgs.openjdk17.home}";
ANDROID_SDK_ROOT = "/Users/ollivuolteenaho/Library/Android/sdk/cmdline-tools/latest/bin";
@ -46,6 +46,7 @@
homebrew = {
enable = true;
brews = ["cmake"];
casks = [
"android-studio"
"firefox"