🐛 homebrew masApps aren't working

See: https://github.com/nix-darwin/nix-darwin/issues/1323
This commit is contained in:
2025-04-02 21:20:36 -04:00
parent e31b3a36d7
commit 1ff4017cd6
3 changed files with 22 additions and 20 deletions

View File

@ -88,13 +88,14 @@ _:
"zulu@17"
];
masApps = {
OnePasswordSafari = 1569813296;
Bumpr = 1166066070;
DayOne = 1055511498;
Drafts = 1435957248;
HomeAssistant = 1099568401;
Xcode = 497799835;
};
# TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved
# masApps = {
# OnePasswordSafari = 1569813296;
# Bumpr = 1166066070;
# DayOne = 1055511498;
# Drafts = 1435957248;
# HomeAssistant = 1099568401;
# Xcode = 497799835;
# };
};
}