From 97246ace26e96d397fecc3fec486a452e954852a Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 7 Feb 2024 02:01:56 +0000 Subject: [PATCH] Rename the Helix binary to fix a conflict with other recipe --- recipes/tools/helix/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/tools/helix/recipe.toml b/recipes/tools/helix/recipe.toml index 09b594881..a4a50cc3c 100644 --- a/recipes/tools/helix/recipe.toml +++ b/recipes/tools/helix/recipe.toml @@ -12,5 +12,6 @@ script = """ export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 COOKBOOK_SOURCE+="/helix-term" cookbook_cargo +mv "${COOKBOOK_STAGE}/usr/bin/hx" "${COOKBOOK_STAGE}/usr/bin/helix" """ -- GitLab