changeset 1064:6fe519d8261b

feat: update helix to 25.01
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 06 Jan 2025 18:56:03 +0100
parents 7d9ba468d4d0
children 53dd3a0d6914
files .chezmoiscripts/run_once_after_39-install-helix.sh.tmpl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Sun Sep 15 17:55:54 2024 +0200
+++ b/.chezmoiscripts/run_once_after_39-install-helix.sh.tmpl	Mon Jan 06 18:56:03 2025 +0100
@@ -9,14 +9,14 @@
 
 rm -rf $HELIX_BUILD_DIR
 mkdir -p $HELIX_BUILD_DIR
-curl -fsSL https://hg.vandevan.net/forks/helix/archive/94a4ac88506c.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
+curl -fsSL https://hg.vandevan.net/forks/helix/archive/e34140512a47.tar.gz | tar xzf - --strip-components=1 -C $HELIX_BUILD_DIR
 cd $HELIX_BUILD_DIR
 
 pushd vendor
 bash setup.sh
 popd
 
-{{ if (eq .chezmoi.osRelease.name "Ubuntu") }} $HOME/bin/mise x [email protected] -- {{ end }} cargo build --release --locked
+{{ if (eq .chezmoi.osRelease.name "Ubuntu") }} $HOME/bin/mise x [email protected] -- {{ end }} cargo build --release --locked
 rm -rf $HELIX_DEFAULT_RUNTIME
 mkdir -p $HELIX_DEFAULT_RUNTIME
 cp -r runtime/* $HELIX_DEFAULT_RUNTIME/