Merge pull request 'feat(darwin): add apps i need' (#38) from feat/add-dosbox into main
CI / flake (push) Successful in 4m13s

Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
2026-06-23 16:26:30 +01:00
+2
View File
@@ -93,10 +93,12 @@
# Formulae kept on brew: vendor PWA host and version-pinned toolchains that # Formulae kept on brew: vendor PWA host and version-pinned toolchains that
# are simpler to track via brew than to match exactly in nixpkgs. # are simpler to track via brew than to match exactly in nixpkgs.
brews = [ brews = [
"emu2"
"firefoxpwa" "firefoxpwa"
"llvm@21" "llvm@21"
"lld@21" "lld@21"
"python@3.14" "python@3.14"
"dosbox-staging"
]; ];
# GUI applications. macOS app bundles are managed as casks; nixpkgs darwin # GUI applications. macOS app bundles are managed as casks; nixpkgs darwin
# GUI support is unreliable, so these stay on brew for continuity. # GUI support is unreliable, so these stay on brew for continuity.