From eef7203621f5d3641aa07ecf2997eeb0dd90c7f4 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Tue, 23 Jun 2026 16:40:10 +0100 Subject: [PATCH] fix(darwin): emu2 isn't in brew, i installed it manually (#41) Reviewed-on: https://code.emmathe.dev/lyrathorpe/nixfiles/pulls/41 Co-authored-by: Lyra Thorpe Co-committed-by: Lyra Thorpe --- 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"