Re: Build docker image

2021-04-27 Thread David Dashyan
Agr typos... need to make habit running ispell all the time... ... I'm not sure why it is done this way. Perhaps because you could have different service types providing same provision symbols? And you as a user/admin CHOOSE which to CHOOSE. And also the dependency graph of guix services NOT

Re: Build docker image

2021-04-27 Thread David Dashyan
Hello Bone Baboon! Great to hear that you got it working! Bone Baboon writes: > David Dashyan writes: >> It is not 100% clear from your message how do you want to build a docker >> image. I'm assuming that you want to use standard docker tooling and >> you want to

Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.

2021-04-27 Thread David Dashyan
Hello, Maxime! > No, it is not supposed to work! Only guix/build/... and > gnu/build/utils/... (and maybe others I forgot) are supposed to be > imported, so source-module-closure excludes other modules. The reason > is that gnu/packages/*.scm are supposed to be changeable without > causing a

Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.

2021-04-17 Thread David Dashyan
Oh you so nice :) Joshua Branson writes: > David Dashyan writes: > > I'm just responding so that you get a response. :) > > Your last email had some pretty cool code bro! It certainly looks like > you're having fun with guix! -- David aka zzappie

Re: Build docker image

2021-04-17 Thread David Dashyan
Bone Baboon writes: > I am trying to build a docker image. > > I have added `docker` and `docker-cli` to my system configuration and > reconfigured the system. The `docker` command needs a docker daemon > running. > > I have added the docker service to the system configuration file with > `(ser

Re: Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.

2021-04-13 Thread David Dashyan
Hello Guix! My update on this. So I though of a dirty hack... (define guix-patches (package (inherit guix) (name "guix-patches") (build-system copy-build-system) (arguments '(#:install-plan '(("gnu/packages/patches/" "share/guile/site/3.0/gnu/packages/patc

Bug? Importing (gnu rest ...) fails due to lack of patch files on build side.

2021-04-12 Thread David Dashyan
Hello Guix! I've been having lots of fun with derivations and gexps lately :) There are couple of quirks I stumbled upon and I'm not sure whether It's a bug or I'm doing weird things. Take a look at this snippet: (define select? (match-lambda (('guix 'config) #f) (('guix rest ..

Confusing typo (was: Easy DigitalOcean setup?)

2020-11-10 Thread David Dashyan
David Dashyan writes: > I've recently mutated one of Digitalocean debian machines using method > provided by Reza in this thread I think there . I would check > bootloader config -- I think you should have "/dev/vda" there. Missed this typo, sorry… It should have been

Re: Easy DigitalOcean setup?

2020-11-10 Thread David Dashyan
Hello raingloom! I've recently mutated one of Digitalocean debian machines using method provided by Reza in this thread I think there . I would check bootloader config -- I think you should have "/dev/vda" there. By the way Jérémy! Did It work for you with dhcp-client??? I thought you need to