From 0721726e213d0274b8626f32b4e95617e6ab58bf Mon Sep 17 00:00:00 2001 From: Brian Romanko Date: Tue, 27 May 2025 16:57:45 -0700 Subject: [PATCH] Wrap the call with env --- modules/homebrew.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/homebrew.nix b/modules/homebrew.nix index ff04da3..1cef578 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -805,6 +805,7 @@ in --preserve-env=PATH \ --user=${escapeShellArg cfg.user} \ --set-home \ + env \ ${cfg.onActivation.brewBundleCmd} else echo -e "\e[1;31merror: Homebrew is not installed, skipping...\e[0m" >&2