stages: - name: helix from: rust modules: - type: script no-cache: true scripts: - install-helix.sh modules: - type: copy 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