Build helix from source

This commit is contained in:
2025-08-18 09:58:32 -04:00
parent cb835933e5
commit 74d7f9b313
3 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ modules:
- patch - patch
- rpmdevtools - rpmdevtools
- protobuf-compiler - protobuf-compiler
- helix # - helix
- tofu - tofu
- terraform - terraform
- terraform-ls - terraform-ls

View File

@@ -8,8 +8,8 @@ image-version: stable
description: The image of Wunker OS for JP's desktop gaming. description: The image of Wunker OS for JP's desktop gaming.
blue-build-tag: none blue-build-tag: none
nushell-version: none nushell-version: none
# stages: stages:
# - from-file: common/helix.yml - from-file: common/helix.yml
# - name: cosmic-comp # - name: cosmic-comp
# from: rust # from: rust
# modules: # modules:
@@ -27,7 +27,7 @@ modules:
PRETTY_NAME: Wunker OS for Nvidia PRETTY_NAME: Wunker OS for Nvidia
- from-file: common/jp-desktop.yml - from-file: common/jp-desktop.yml
# - from-file: common/cosmic.yml # - from-file: common/cosmic.yml
# - from-file: common/helix.yml - from-file: common/helix.yml
# - type: copy # - type: copy
# from: cosmic-comp # from: cosmic-comp
# src: /out/cosmic-comp # src: /out/cosmic-comp

View File

@@ -5,8 +5,8 @@ name: jp-laptop
base-image: ghcr.io/ublue-os/bazzite base-image: ghcr.io/ublue-os/bazzite
image-version: stable image-version: stable
description: The image of Wunker OS for JP's Laptop. description: The image of Wunker OS for JP's Laptop.
# stages: stages:
# - from-file: common/helix.yml - from-file: common/helix.yml
modules: modules:
- type: os-release - type: os-release
properties: properties:
@@ -15,5 +15,5 @@ modules:
PRETTY_NAME: Wunker OS for Framework 16 PRETTY_NAME: Wunker OS for Framework 16
- from-file: common/jp-laptop.yml - from-file: common/jp-laptop.yml
- from-file: common/cosmic.yml - from-file: common/cosmic.yml
# - from-file: common/helix.yml - from-file: common/helix.yml
- from-file: common/post-build.yml - from-file: common/post-build.yml