Skip to content

Commit

Permalink
Add --ignore-dependencies option for casks
Browse files Browse the repository at this point in the history
Some casks have extrenal dependencies managed by brew, neovide for
examples declares neovim as a dependency, a problem arises when you want
to use a nix managed neovim instead
  • Loading branch information
jelmansouri committed Jan 5, 2025
1 parent a464e5b commit 6ee6262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ let
no_binaries = mkNullOrBoolOption {
description = "Whether to disable linking of helper executables.";
};
ignore_dependencies = mkNullOrBoolOption {
description = "Ignore casks dependencies in case you manage them extrenally";
};

brewfileLine = mkInternalOption { type = types.nullOr types.str; };
};
Expand Down

0 comments on commit 6ee6262

Please sign in to comment.