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 = {
enable = true;
caskArgs = {
require_sha = true;
};
caskArgs.require_sha = true;
onActivation.autoUpdate = true;
onActivation.upgrade = true;
casks = let
skipSha = name: {
inherit name;