Work around mas bug

https://github.com/zhaofengli/nix-homebrew/issues/131
This commit is contained in:
Gene Liverman 2026-05-22 11:47:56 -04:00
parent 6435f1a9cd
commit 16d45f135d
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI

View file

@ -21,6 +21,7 @@
bandwhich bandwhich
coreutils coreutils
hugo hugo
mas
nmap nmap
openjdk openjdk
sops sops
@ -31,7 +32,7 @@
homebrew = { homebrew = {
enable = true; enable = true;
onActivation = { onActivation = {
autoUpdate = true; autoUpdate = false; # was true but https://github.com/zhaofengli/nix-homebrew/issues/131
cleanup = "zap"; cleanup = "zap";
upgrade = true; upgrade = true;
}; };
@ -48,7 +49,6 @@
args = [ "with-srt" ]; args = [ "with-srt" ];
} }
#"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version #"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
"mas"
"ssh-askpass" "ssh-askpass"
"telnet" "telnet"
]; ];