adding tljh_extra_user_conda_channels hook to the hooks and installer

This commit is contained in:
Will Dampier
2022-09-02 14:46:55 -04:00
parent fc8f70463c
commit 8d1033393c
2 changed files with 12 additions and 1 deletions

View File

@@ -15,6 +15,14 @@ def tljh_extra_user_conda_packages():
pass
@hookspec
def tljh_extra_user_conda_channels():
"""
Return a list of conda channels to be used during user environment installation.
"""
pass
@hookspec
def tljh_extra_user_pip_packages():
"""