From c339b42b452679d482f2047a31046602acd07384 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Tue, 2 Jun 2026 17:21:48 +0100 Subject: [PATCH] fix: enable homebrew auto-migrate --- system/machine/Darwin/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/machine/Darwin/configuration.nix b/system/machine/Darwin/configuration.nix index 755de91..a0f84fe 100644 --- a/system/machine/Darwin/configuration.nix +++ b/system/machine/Darwin/configuration.nix @@ -67,6 +67,7 @@ # itself no longer needs a manual bootstrap. enableRosetta permits x86_64 # formulae via Rosetta 2 on Apple Silicon. nix-homebrew = { + autoMigrate = true; enable = true; enableRosetta = true; user = username;