Hi cdelia,
> What happens if you then do "guix package -i guile-json" or if somewhere > in the future "guix package -U" after a pull? When you do “guix package -i” it will use the current version of Guix to create a new profile generation containing all of the previously installed packages as well as “guile-json”. > It will honor the manifest or just install the guile-json on the package > definition? Neither of these commands know about your manifest. Your manifest could be located anywhere. Only “-m manifest.scm” instantiates the manifest in the provided file. -- Ricardo
