Merge pull request #47 from isabelroses/patch-1

fix: disable homebrew install checks
This commit is contained in:
Zhaofeng Li
2024-11-19 15:25:08 -07:00
committed by GitHub
+6
View File
@@ -499,5 +499,11 @@ in {
sudo ${setupHomebrew}
'';
};
# disable the install homebrew check
# see https://github.com/LnL7/nix-darwin/pull/1178 and https://github.com/zhaofengli/nix-homebrew/issues/45
system.checks.text = lib.mkBefore ''
INSTALLING_HOMEBREW=1
'';
};
}