Merge pull request #49 from zhaofengli/fix-homebrew-install-check

This commit is contained in:
Zhaofeng Li
2024-11-20 15:42:00 -07:00
committed by GitHub
+2 -2
View File
@@ -502,8 +502,8 @@ in {
# 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 ''
system.checks.text = lib.mkIf config.homebrew.enable (lib.mkBefore ''
INSTALLING_HOMEBREW=1
'';
'');
};
}