From 74d7f9b313131bbc75b8fde450ae716eb65f97e9 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 18 Aug 2025 09:58:32 -0400 Subject: [PATCH] Build helix from source --- recipes/common/dev-packages.yml | 2 +- recipes/jp-desktop-nvidia.yml | 6 +++--- recipes/jp-laptop.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/common/dev-packages.yml b/recipes/common/dev-packages.yml index aa7bc9f..30e0e35 100644 --- a/recipes/common/dev-packages.yml +++ b/recipes/common/dev-packages.yml @@ -44,7 +44,7 @@ modules: - patch - rpmdevtools - protobuf-compiler - - helix + # - helix - tofu - terraform - terraform-ls diff --git a/recipes/jp-desktop-nvidia.yml b/recipes/jp-desktop-nvidia.yml index 254cf40..3a1ed78 100644 --- a/recipes/jp-desktop-nvidia.yml +++ b/recipes/jp-desktop-nvidia.yml @@ -8,8 +8,8 @@ image-version: stable description: The image of Wunker OS for JP's desktop gaming. blue-build-tag: none nushell-version: none -# stages: -# - from-file: common/helix.yml +stages: + - from-file: common/helix.yml # - name: cosmic-comp # from: rust # modules: @@ -27,7 +27,7 @@ modules: PRETTY_NAME: Wunker OS for Nvidia - from-file: common/jp-desktop.yml # - from-file: common/cosmic.yml - # - from-file: common/helix.yml + - from-file: common/helix.yml # - type: copy # from: cosmic-comp # src: /out/cosmic-comp diff --git a/recipes/jp-laptop.yml b/recipes/jp-laptop.yml index 3885496..1d9a26a 100644 --- a/recipes/jp-laptop.yml +++ b/recipes/jp-laptop.yml @@ -5,8 +5,8 @@ name: jp-laptop base-image: ghcr.io/ublue-os/bazzite image-version: stable description: The image of Wunker OS for JP's Laptop. -# stages: -# - from-file: common/helix.yml +stages: + - from-file: common/helix.yml modules: - type: os-release properties: @@ -15,5 +15,5 @@ modules: PRETTY_NAME: Wunker OS for Framework 16 - from-file: common/jp-laptop.yml - from-file: common/cosmic.yml - # - from-file: common/helix.yml + - from-file: common/helix.yml - from-file: common/post-build.yml