summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/homebrew.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/homebrew.nix b/modules/homebrew.nix
index 7aee9e1..d975170 100644
--- a/modules/homebrew.nix
+++ b/modules/homebrew.nix
@@ -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; };
};