Hello Gottfried, gfp <g...@posteo.at> writes: > This is in my config.scm: > > (packages > (append > (list (specification->package "nss-certs")) > %base-packages)) > > > What should it look like now? > > Do I have to delete everything? > > thanks for help > > Gottfried
This is a funny situation. Indeed both would work, deleting all of (packages …) because %base-packages is the default anyway, or deleting only (specification->package "nss-certs") and keeping the now useless packages, append, list form just for when you want to add a package there later. Regards, Florian