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
coreutils
hugo
mas
nmap
openjdk
sops
@ -31,7 +32,7 @@
homebrew = {
enable = true;
onActivation = {
autoUpdate = true;
autoUpdate = false; # was true but https://github.com/zhaofengli/nix-homebrew/issues/131
cleanup = "zap";
upgrade = true;
};
@ -48,7 +49,6 @@
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
"mas"
"ssh-askpass"
"telnet"
];