Adjust helix install

This commit is contained in:
Gerald Pinder
2024-05-02 20:39:34 -04:00
parent b3839017f8
commit 57724a8322
7 changed files with 17 additions and 4 deletions

View File

@@ -15,3 +15,4 @@ cargo install --path helix-term --locked
mkdir -p /out/
mv $CARGO_HOME/bin/hx /out/hx
mv runtime /out/

View File

@@ -14,8 +14,6 @@ modules:
- earthly
- kubectl
- helm
- neovim
- helix
# - openssl1.1
- parallel
- gcc-aarch64-linux-gnu

View File

@@ -10,3 +10,10 @@ modules:
from: helix
src: /out/hx
dest: /usr/bin/
- type: copy
from: helix
src: /out/runtime
dest: /usr/lib64/helix/
- type: script
snippets:
- hx -g fetch && hx -g build

View File

@@ -5,5 +5,8 @@ alt-tags:
- gts
- stable
description: The image of Wunker OS for JP's desktop gaming.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/jp-desktop.yml
- from-file: common/helix.yml

View File

@@ -3,9 +3,7 @@ base-image: ghcr.io/ublue-os/bazzite-nvidia
image-version: 40
description: The image of Wunker OS for JP's desktop gaming.
stages:
- from-file: common/bluebuild.yml
- from-file: common/helix.yml
modules:
- from-file: common/jp-desktop.yml
- from-file: common/bluebuild.yml
- from-file: common/helix.yml

View File

@@ -5,5 +5,8 @@ alt-tags:
- gts
- stable
description: The image of Wunker OS for JP's Laptop.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/jp-laptop.yml
- from-file: common/helix.yml

View File

@@ -2,5 +2,8 @@ name: jp-laptop
base-image: ghcr.io/ublue-os/bazzite
image-version: 40
description: The image of Wunker OS for JP's Laptop.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/jp-laptop.yml
- from-file: common/helix.yml