| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit 6a7323c44094632077e2e2fbb0b768fbf484bac3.
The patch was already included upstream :)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Wait while patch [0] isn't included upstream.
[0]: https://issues.guix.gnu.org/61872
|
|
|
|
| |
5 minutes is too low, and too annoying.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The error message was:
timeout: impossible d'exécuter la commande « -- »: Aucun fichier ou dossier de ce type
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
I've already sent a patch [0] upstream to include it.
[0]: https://issues.guix.gnu.org/61823
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The programs.less modules is enabled by default by NixOS, and injects
some nasty global environment variables ($LESSOPEN and
$LESSKEYIN_SYSTEM), which make the experience of using less(1) much
worse and slower.
So instead on doing an 'unset LESSOPEN' or something similar, I chose to
simply disable it, and stick to the less(1) from Guix Home.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
For long file names or long code lines, that don't fit on half the
screen.
|