Skip to content

Commit

Permalink
nix-darwin/homebrew: disable it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 7, 2024
1 parent 281884a commit 55da416
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nix-darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ let
cfg = config.nix-darwin.homebrew;
in
{
options.nix-darwin.homebrew.enable = lib.mkEnableOption "Homebrew config" // {
default = true;
};
options.nix-darwin.homebrew.enable = lib.mkEnableOption "Homebrew config";

config = lib.mkIf cfg.enable {
homebrew = {
Expand Down

0 comments on commit 55da416

Please sign in to comment.