diff options
| author | seth <[email protected]> | 2023-11-02 08:46:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-02 08:46:11 -0400 |
| commit | 02a0453e1a3370939cead1208d429d5d59f02812 (patch) | |
| tree | 18f3d13552e78d0bee1716b2e707fac4ea9b683c /modules/darwin | |
| parent | 0c3a26374e0d21ce94d8a852827fa849b54d15a7 (diff) | |
darwin/desktop: disable require_sha in homebrew
Diffstat (limited to 'modules/darwin')
| -rw-r--r-- | modules/darwin/desktop.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/darwin/desktop.nix b/modules/darwin/desktop.nix index 7b439a9..6dd7e65 100644 --- a/modules/darwin/desktop.nix +++ b/modules/darwin/desktop.nix @@ -10,7 +10,7 @@ homebrew = { enable = lib.mkDefault true; - caskArgs.require_sha = true; + onActivation = lib.mkDefault { autoUpdate = true; cleanup = "zap"; @@ -19,6 +19,7 @@ caskArgs = { no_quarantine = true; + require_sha = false; }; casks = [ |
