Merge pull request #49 from zhaofengli/fix-homebrew-install-check
This commit is contained in:
+2
-2
@@ -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
|
||||
'';
|
||||
'');
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user