wrapperManagerLib.utils
wrapperManagerLib.utils.getBin
Given a list of derivations, return a list of the store path with the bin
output (or at least with "/bin" in each of the paths).
wrapperManagerLib.utils.getLibexec
Given a list of derivations, return a list of the store paths with the
libexec
appended.
wrapperManagerLib.utils.getXdgConfigDirs
Given a list of derivations, return a list of the store paths appended with
/etc/xdg
suitable as part of the XDG_CONFIG_DIRS environment variable.
wrapperManagerLib.utils.getXdgDataDirs
Given a list of derivations, return a list of store paths appended with
/share
suitable as part of the XDG_DATA_DIRS environment variable.