Skip to content

Commit

Permalink
Merge pull request #49 from zhaofengli/fix-homebrew-install-check
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli authored Nov 20, 2024
2 parents 5eb00c5 + 333d5b2 commit f358056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
'');
};
}

0 comments on commit f358056

Please sign in to comment.