Age | Commit message (Collapse) | Author |
|
This fixes the following error:
(exception misc-error (value #f) (value "no code for module ~S")
(value ((nongnu packages mozilla))) (value #f))
|
|
By doing this and depending on (guix channels), the following error is fixed:
(exception unbound-variable (value #f) (value "Unbound variable: ~S")
(value (channel)) (value #f))
|
|
This fixes the following error message:
(exception unbound-variable (value #f) (value "Unbound variable: ~S")
(value (%default-channels)) (value #f))
On top of that, set channel branch to "wip-channel-2"
|
|
|
|
The PGP key name is changed because the diacritics caused some pattern matching
to fail during guix pull.
There was also wrong nesting to fix.
|
|
This change is needed to accomodate existence of other configurations in the
same repository.
|