related to #973 and #971, we at nf-core have environment.ymls with pip dependencies, e.g. environment.yml and currently the micromamba templates don't include non-conda dependencies, see mamba-org/mamba#3623.
Would it be possible to export the lock file with conda-lock lock -f /tmp/environment.yml instead of the current micromamba env export --name base --explicit?