Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Sep 23, 2024
1 parent 56eca5d commit 5180546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/constructor-minimal/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jaq = "*" # needed to get current platform
mamba = "*" # needed for cross-architecturo solves

[feature.build.tasks]
construct = """
construct = { cmd = """
rm -rf dist/installer/$CC_PLATFORM
&& cat installer/construct.yaml.in > installer/construct.yaml
&& echo "environment_file: ./specs/installer_$(echo $CC_PLATFORM)_conda_spec.txt"
Expand All @@ -37,7 +37,7 @@ construct = """
--cache-dir build/.cache/constructor
--output-dir dist/installer/$CC_PLATFORM
--conda-exe $(which mamba || where mamba)
"""
""", env = { CONDA_EXE = "$(which mamba || where mamba)" } }
platform = "pixi info --json | jaq -r '.platform'"
specs = "pixi project export conda-explicit-spec --environment installer ./installer/specs"

Expand Down

0 comments on commit 5180546

Please sign in to comment.