Tweak logging during setup
This commit is contained in:
@@ -506,8 +506,10 @@ in {
|
||||
${config.system.activationScripts.setup-homebrew.text}
|
||||
'';
|
||||
setup-homebrew.text = if hasSystemWideActivation then ''
|
||||
>&2 echo "setting up Homebrew prefixes..."
|
||||
${setupHomebrew}
|
||||
'' else ''
|
||||
>&2 echo "setting up Homebrew prefixes (user activation)..."
|
||||
sudo ${setupHomebrew}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user