Skip to content

Commit ba9b317

Browse files
authored
Merge pull request #1253 from jelmansouri/feat/casks-ignore-deps
Add --ignore-dependencies option for casks
2 parents a464e5b + 6ee6262 commit ba9b317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/homebrew.nix

+3
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ let
396396
no_binaries = mkNullOrBoolOption {
397397
description = "Whether to disable linking of helper executables.";
398398
};
399+
ignore_dependencies = mkNullOrBoolOption {
400+
description = "Ignore casks dependencies in case you manage them extrenally";
401+
};
399402

400403
brewfileLine = mkInternalOption { type = types.nullOr types.str; };
401404
};

0 commit comments

Comments
 (0)