From 6afd3d9adea9365cb39025857facbcfb83376060 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 9 Mar 2023 14:27:51 +0100 Subject: [PATCH] feat(brew): auto-update --- machines/sashimi/brew.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/machines/sashimi/brew.nix b/machines/sashimi/brew.nix index 04e1c50..034f940 100644 --- a/machines/sashimi/brew.nix +++ b/machines/sashimi/brew.nix @@ -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;