Skip to content

Commit

Permalink
env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandknight committed Dec 6, 2023
1 parent 9c9f649 commit f96bfa8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions micromamba.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ env = {
"MAMBA_ROOT_PREFIX": "${HERMIT_ENV}/.hermit/micromamba",
}


on "activate" {
run {
args = ["activate"]
env = ["MAMBA_ROOT_PREFIX=${HERMIT_ENV}/.hermit/micromamba"]
cmd = "${root}/micromamba"
env = [
MAMBA_ROOT_PREFIX = "${HERMIT_ENV}/.hermit/micromamba"
]
args = ["activate"]
}
}

Expand Down

0 comments on commit f96bfa8

Please sign in to comment.