Hello, I have a file named packages.scm, which contains the following:
(specifications->manifest '("a" "b" "c")) When using guix package -m manifest.scm guix package -I packages are listed in the reverse order, i.e., "c", "b", "a". I expect them to appear in the same order as in the file. Regards, -- Nicolas Goaziou