feat(brew): auto-update

This commit is contained in:
winston 2023-03-09 14:27:51 +01:00
parent 663ca3fd03
commit 6afd3d9ade
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,10 +1,9 @@
{ {
homebrew = { homebrew = {
enable = true; enable = true;
caskArgs = { caskArgs.require_sha = true;
require_sha = true;
};
onActivation.autoUpdate = true; onActivation.autoUpdate = true;
onActivation.upgrade = true;
casks = let casks = let
skipSha = name: { skipSha = name: {
inherit name; inherit name;