openclaw: fix installPhase append newline for brave endpoint patch
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
let
|
||||
openclawPatched = inputs.openclaw.packages.${pkgs.system}.openclaw-gateway.overrideAttrs (old: {
|
||||
installPhase = old.installPhase + ''
|
||||
installPhase = old.installPhase + "\n" + ''
|
||||
# Point Brave web-search endpoint to local shim.
|
||||
# NOTE: upstream installPhase script does not run postInstall hooks,
|
||||
# so patch directly at the end of installPhase.
|
||||
|
||||
Reference in New Issue
Block a user