Currently packages that define a collection use arbitrary commands to link the repo to the pkg/ directory.
Proposed changes:
You should be able to define a collection package:
pkg: some-collection
collection: pkgs/
This behaviour overwrites the current use of the collection key. This is because the current use of this key is overwritten by the InferCollection() function.
Currently packages that define a collection use arbitrary commands to link the repo to the
pkg/
directory.Proposed changes: You should be able to define a collection package:
This behaviour overwrites the current use of the
collection
key. This is because the current use of this key is overwritten by theInferCollection()
function.