LnL7 / nix-darwin

nix modules for darwin
MIT License
2.84k stars 432 forks source link

Allow setting `greedy` for all casks #572

Open lovesegfault opened 1 year ago

lovesegfault commented 1 year ago

Currently, you need to manually set greedy = true for each cask, but it'd be great if you could just set greedy in caskArgs and have it apply for all casks.

lovesegfault commented 1 year ago

Looking at the module's impl, I now see it wouldn't go in caskArgs, not sure where such an option would live.