Hi,
On Fri, 01 Sep 2023 at 10:18, Peter Polidoro wrote:
> I could solve this using Git tools, such as submodules or subtrees
> perhaps. I could have a repository that is the documentation
> skeleton and each project repository would have a reference to
> that skeleton repository. Then I would
Hi,
If I guix shell to arm-none-eabi-toolchain:
```
Ekaitz@tuxedo ~/projects/TESTS$ guix shell arm-none-eabi-toolchain
```
arm-none-eabi-toolchain can't use cstdlib because:
```
Ekaitz@tuxedo ~/projects/TESTS [env]$ cat a.c
#include
void operator delete(void *p) { std::free(p); }
Ekaitz@tux
Hi Wolf,
On Sun, Sep 3, 2023 at 11:31 AM wolf wrote:
>
> I would like to start my own fork of the upstream Guix
That's great news! I think it's the only way to contribute important
changes to Guix. You may find some helpful information at the end of
this message:
https://lists.gnu.org/arc
Hi,
On Sat, 26 Aug 2023 at 22:53, Richmond wrote:
> Since installing icecat using guix on Debian 11, I now find that when I
> launch Seamonkey or Firefox they appear with the Icecat icon in the
> panel, and also identify as GNU Icecat in the top bar. I am using Gnome
> Classic. Why is this icon m
Hi,
On Thu, 24 Aug 2023 at 15:00, Jonas Møller via wrote:
> Hi! I'm trying to follow along with
> https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/
>
> But I'm unable to install libgcc_s, as lib is no longer an output of
> gcc-toolchain, so I can't ma
Hi Sébastien,
On Fri, 11 Aug 2023 at 22:26, Sébastien Lerique wrote:
> I'm trying out ways to get emacs running on a reMarkable 2
Cool!
Please consider I know nothing about reMarkable. :-)
> apt install guix
> guix pack -RR -S /emacsbin=bin emacs-no-x
Here you are using emacs-no-x as it
according to:
https://www.gnu.org/software//mcron/manual/html_node/Guile-Syntax.html#Setting-environment-variables
it is possible to set env variables for mcron jobs in guile, but I am not sure
how to glue that in Guix config
5 sept 2023 16:39:49 Saku Laesvuori :
> On Tue, Sep 05, 2023 at 10:5
On Tue, Sep 05, 2023 at 10:59:21AM +0200, Moisés Simón wrote:
> Hi,
>
> I'm running my own acme server and CA I need to pass REQUEST_CA_BUNDLE env
> variable to the certbot mcron job.
>
> What would be the best approach to pass this variable to certbot-service that
> Guix provides?
Probably wr
Hi,
I'm running my own acme server and CA I need to pass REQUEST_CA_BUNDLE env
variable to the certbot mcron job.
What would be the best approach to pass this variable to certbot-service that
Guix provides?