From 01da5dde53d224ddc6dc6945f036ace72d084132 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Tue, 23 Jun 2026 16:36:09 +0100 Subject: [PATCH] fix(darwin): emu2 isn't in brew, i installed it manually --- system/machine/Darwin/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/machine/Darwin/configuration.nix b/system/machine/Darwin/configuration.nix index 4ec8058..6cf40c3 100644 --- a/system/machine/Darwin/configuration.nix +++ b/system/machine/Darwin/configuration.nix @@ -93,7 +93,6 @@ # 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"