I am trying to install Guix on NixOS, thanks to this[0] repo, I was able to
install Guix. But I cannot seem to install packages with it, when I run
`guix pull`, I get
$ guix pull
Updating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel
Hello,
I'm trying to start redshift [0] as a shepherd service, and this is how
I defined the redshift service in my /etc/config.scm:
(define evry-geolocation "48.63681:2.42777")
(define redshift-service
(shepherd-service
(provision '(redshift))
(requirement '(xorg-server))
(documentati
‐‐‐ Original Message ‐‐‐
On Sunday, January 24, 2021 8:09 PM, Sergiu Ivanov wrote:
> Hello,
>
> I'm trying to start redshift [0] as a shepherd service, and this is how
> I defined the redshift service in my /etc/config.scm:
>
> (define evry-geolocation "48.63681:2.42777")
> (define red
Hi Ekaitz,
Thank you for your very fast answer!
Thus quoth Ekaitz Zarraga on Sun Jan 24 2021 at 20:19 (+0100):
>
> I recently made my redshift configuration using shepherd user
> services, which is what people in IRC recommended me.
>
> You can find it here:
> https://github.com/ekaitz-zarraga
Hi Sergiu!
On Mon, Jan 25 2021, Sergiu Ivanov wrote:
I understand that I should somehow construct a (?)
from my , but I don't see a way to do it.
Unfortunately Guix overloads the word "service", where we have (a)
services that consist of structured modifications to an operating
system, and
Helio Machado <0x2b3b...@gmail.com> writes:
> So it seems. I'll debug it as soon as I can; the import process is
> unbearably long.
let me know what you find out--i can give it another try when you're
ready.
>> I sort of wonder if the `git-fetch` portion of go packages should be
>> something lik