Dear,
Reminder: the manifest containing duplicates packages, such that:
--8<---cut here---start->8---
(use-package-modules admin)
;; so stressed!
(packages->manifest
(list stress stress stress))
--8<---cut here---end--->8--
Hi!
Ricardo Wurmus skribis:
> No conflicts are reported, so no harm is done, but seemingly having the
> very same package more than once in a profile might be confusing.
>
> Should Guix issue a warning when the same variable is referenced more
> than once (I don’t like this because there really
When there are duplicate references to package variables in a manifest,
the same package will appear to be installed into the same profile
multiple times.
Here’s a manitest:
~~
(use-package-modules admin)
;; so stressed!
(packages->manifest
(list stress stress stress))
~