From 1e0485efdebdcff8d52404a508b73f25a5cd5133 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Tue, 23 Jun 2026 16:22:20 +0100 Subject: [PATCH] fix(darwin): emu2 not available via nixpkgs, use brew --- system/machine/Darwin/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machine/Darwin/configuration.nix b/system/machine/Darwin/configuration.nix index d900066..4ec8058 100644 --- a/system/machine/Darwin/configuration.nix +++ b/system/machine/Darwin/configuration.nix @@ -19,7 +19,6 @@ automake cmake coreutils - emu2 gcc gettext gnumake @@ -94,6 +93,7 @@ # Formulae kept on brew: vendor PWA host and version-pinned toolchains that # are simpler to track via brew than to match exactly in nixpkgs. brews = [ + "emu2" "firefoxpwa" "llvm@21" "lld@21"