Merge pull request #1253 from jelmansouri/feat/casks-ignore-deps

Add --ignore-dependencies option for casks
This commit is contained in:
Michael Hoang 2025-01-06 01:04:51 +11:00 committed by GitHub
commit ba9b3173b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; };
};