Dear, On Thu, 22 Oct 2020 at 22:05, Zelphir Kaltstahl <zelphirkaltst...@gmail.com> wrote:
> Or perhaps a solution could be to simply allow multiple --manifest > files, so that one could oneself distinguish between them via file name, > but Guix uses them as if their content was merged in one file instead? It is already the case. Try: guix environment -C -m manifest-1.scm -m manifest-2.scm and the packages listed in both files manifest-1.scm and manifest-2.scm are present in the environment profiles. All the best, simn