Using conda-shell
installed via
environment.systemPackages = with pkgs; [
...
conda
...
]
how can a user configure and activate a conda environment (other than the base
environment) as the default when calling conda-shell
or have a custom conda-shell-$env
command for that? Since conda-shell uses nix-shell itself, I was not able to just do the shell equivalent ... && conda activate $env
.