Don't patch shebang of prefix-specific brew launcher

This was broken during the switch to replaceVarsWith.
This commit is contained in:
Zhaofeng Li
2025-05-26 18:24:08 -06:00
parent 5538fdcbdb
commit 6f94d412d3
+4
View File
@@ -137,6 +137,10 @@ let
src = template;
isExecutable = true;
# Must retain #!/bin/bash, otherwise `arch -x86_64 /usr/local/bin/brew`
# on Apple Silicon will not work.
dontPatchShebangs = true;
replacements = {
out = placeholder "out";
inherit runtimePath;