Adjust helix install
This commit is contained in:
@@ -15,3 +15,4 @@ cargo install --path helix-term --locked
|
|||||||
|
|
||||||
mkdir -p /out/
|
mkdir -p /out/
|
||||||
mv $CARGO_HOME/bin/hx /out/hx
|
mv $CARGO_HOME/bin/hx /out/hx
|
||||||
|
mv runtime /out/
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ modules:
|
|||||||
- earthly
|
- earthly
|
||||||
- kubectl
|
- kubectl
|
||||||
- helm
|
- helm
|
||||||
- neovim
|
|
||||||
- helix
|
|
||||||
# - openssl1.1
|
# - openssl1.1
|
||||||
- parallel
|
- parallel
|
||||||
- gcc-aarch64-linux-gnu
|
- gcc-aarch64-linux-gnu
|
||||||
|
|||||||
@@ -10,3 +10,10 @@ modules:
|
|||||||
from: helix
|
from: helix
|
||||||
src: /out/hx
|
src: /out/hx
|
||||||
dest: /usr/bin/
|
dest: /usr/bin/
|
||||||
|
- type: copy
|
||||||
|
from: helix
|
||||||
|
src: /out/runtime
|
||||||
|
dest: /usr/lib64/helix/
|
||||||
|
- type: script
|
||||||
|
snippets:
|
||||||
|
- hx -g fetch && hx -g build
|
||||||
|
|||||||
@@ -5,5 +5,8 @@ alt-tags:
|
|||||||
- gts
|
- gts
|
||||||
- stable
|
- stable
|
||||||
description: The image of Wunker OS for JP's desktop gaming.
|
description: The image of Wunker OS for JP's desktop gaming.
|
||||||
|
stages:
|
||||||
|
- from-file: common/helix.yml
|
||||||
modules:
|
modules:
|
||||||
- from-file: common/jp-desktop.yml
|
- from-file: common/jp-desktop.yml
|
||||||
|
- from-file: common/helix.yml
|
||||||
|
|||||||
@@ -3,9 +3,7 @@ base-image: ghcr.io/ublue-os/bazzite-nvidia
|
|||||||
image-version: 40
|
image-version: 40
|
||||||
description: The image of Wunker OS for JP's desktop gaming.
|
description: The image of Wunker OS for JP's desktop gaming.
|
||||||
stages:
|
stages:
|
||||||
- from-file: common/bluebuild.yml
|
|
||||||
- from-file: common/helix.yml
|
- from-file: common/helix.yml
|
||||||
modules:
|
modules:
|
||||||
- from-file: common/jp-desktop.yml
|
- from-file: common/jp-desktop.yml
|
||||||
- from-file: common/bluebuild.yml
|
|
||||||
- from-file: common/helix.yml
|
- from-file: common/helix.yml
|
||||||
|
|||||||
@@ -5,5 +5,8 @@ alt-tags:
|
|||||||
- gts
|
- gts
|
||||||
- stable
|
- stable
|
||||||
description: The image of Wunker OS for JP's Laptop.
|
description: The image of Wunker OS for JP's Laptop.
|
||||||
|
stages:
|
||||||
|
- from-file: common/helix.yml
|
||||||
modules:
|
modules:
|
||||||
- from-file: common/jp-laptop.yml
|
- from-file: common/jp-laptop.yml
|
||||||
|
- from-file: common/helix.yml
|
||||||
|
|||||||
@@ -2,5 +2,8 @@ name: jp-laptop
|
|||||||
base-image: ghcr.io/ublue-os/bazzite
|
base-image: ghcr.io/ublue-os/bazzite
|
||||||
image-version: 40
|
image-version: 40
|
||||||
description: The image of Wunker OS for JP's Laptop.
|
description: The image of Wunker OS for JP's Laptop.
|
||||||
|
stages:
|
||||||
|
- from-file: common/helix.yml
|
||||||
modules:
|
modules:
|
||||||
- from-file: common/jp-laptop.yml
|
- from-file: common/jp-laptop.yml
|
||||||
|
- from-file: common/helix.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user