diff options
author | Franck Cuny <franck@fcuny.net> | 2024-02-19 08:05:35 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-02-19 08:05:58 -0800 |
commit | 87ac3ac7ea66cc6d1a66e418f7ea0cb416b38d5c (patch) | |
tree | 06b2ab2bc676d627f36fbe917535b78d856c0b7c /hosts | |
parent | alias to dump info from emacs when it freezes (diff) | |
download | world-87ac3ac7ea66cc6d1a66e418f7ea0cb416b38d5c.tar.gz |
update homebrew formulae
Diffstat (limited to '')
-rw-r--r-- | hosts/mba/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 6ee86c7..55e8ffd 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -20,6 +20,7 @@ homebrew = { enable = true; onActivation.autoUpdate = true; + onActivation.upgrade = true; brews = [ "aspell" # spelling |