Handling conflicting profiles?

2024-04-22 Thread Marc Coquand
Heya! I recently upgraded Guix with `guix upgrade`, and now when I try to reconfigure I get the error guix system: error: profile contains conflicting entries for nss-certs guix system: error: first entry: nss-certs@3.98 /gnu/store/yyc6chh9l08h030ad6633rn034mqfavr-nss-certs-3.98 guix system:

Re: Setting up on NixOS

2024-03-25 Thread Marc Coquand
being setup properly. >> >> But maybe a easier way of getting Guix on NixOS is to just enable it! >> >> Afaik putting >> >> ``` >> services.guix.enable = true >> ``` >> >> in your NixOS system configuration is all you need (see >&g

Setting up on NixOS

2024-03-25 Thread Marc Coquand
Hi, I'm having trouble to run Guix on NixOS. I followed the default installation binary, and then started the guix-daemon with > sudo guix-daemon It seems to run without fail: > ~ sudo guix-daemon > [sudo] password for marc: > warning: daemon is running as root, so using `--build-users-group

Re: Changing the prefix for this libpg_query package

2024-02-25 Thread Marc Coquand
. Sincerely, Marc On Sun Feb 25, 2024 at 11:51 AM CST, Felix Lechner wrote: > Hi Marc, > > On Tue, Feb 20 2024, Marc Coquand wrote: > > > I need to change the prefix to be the guix out directory > > To override the variable assigned in the Makefile [1] you are right to > offer

Changing the prefix for this libpg_query package

2024-02-24 Thread Marc Coquand
/libpg_query.scm new file mode 100644 index 00..353762554b --- /dev/null +++ b/gnu/packages/libpg_query.scm @@ -0,0 +1,63 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2024 Marc Coquand +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free