Package: guix
Severity: minor
Heyo,
during my research of how to submit my previous bug report, I noticed
the link to the `debbugs` user guide, last sentence in section "22.7.2
Debbugs User Interfaces" is broken. The reason for it seems to be
located on line 1526 of `doc/contributing.texi`.
Package: guix
Version: 1.4.0
Severity: important
Heyo,
I use the github `guix-install-action`
(https://github.com/PromyLOPh/guix-install-action), which internally
runs the `guix-install.sh` script non-interactively, via the yes utility:
```{bash}
bash -c 'yes | bash guix-install.sh'
```