Skip to content

Commit

Permalink
Merge pull request #1253 from jelmansouri/feat/casks-ignore-deps
Browse files Browse the repository at this point in the history
Add --ignore-dependencies option for casks
  • Loading branch information
Enzime authored Jan 5, 2025
2 parents a464e5b + 6ee6262 commit ba9b317
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 ba9b317

Please sign in to comment.