mirror of
https://github.com/genebean/dots.git
synced 2026-05-30 23:35:22 -04:00
Work around mas bug
https://github.com/zhaofengli/nix-homebrew/issues/131
This commit is contained in:
parent
6435f1a9cd
commit
16d45f135d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue