Checklist
What is the idea?
Conda environment.yml files can support environment variables like so:
that get added to the environment when it is activated. It seems that these are not preserved when using conda-lock to generate the lock file? It would be nice to include them.
Why is this needed?
Would make conda-lock more useful for this important use case.
What should happen?
It should 'just work' (variables are carried over to the lock files and used when the env is created). Also they should be inserted into the yml files generated by the --kind env option.
Additional Context
No response
Checklist
What is the idea?
Conda
environment.ymlfiles can support environment variables like so:that get added to the environment when it is activated. It seems that these are not preserved when using conda-lock to generate the lock file? It would be nice to include them.
Why is this needed?
Would make conda-lock more useful for this important use case.
What should happen?
It should 'just work' (variables are carried over to the lock files and used when the env is created). Also they should be inserted into the yml files generated by the
--kind envoption.Additional Context
No response