fix(darwin): emu2 not available via nixpkgs, use brew
CI / flake (pull_request) Successful in 3m55s

This commit is contained in:
2026-06-23 16:22:20 +01:00
parent fce75e9f4c
commit 1e0485efde
+1 -1
View File
@@ -19,7 +19,6 @@
automake automake
cmake cmake
coreutils coreutils
emu2
gcc gcc
gettext gettext
gnumake gnumake
@@ -94,6 +93,7 @@
# 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"