From Mbk Kamble to ~abcdw/rde-discuss
Hello Andrew! Thank you for replying promptly. Over the weekend I tried several experiments, poured over Giux and Guile documentation and ended up pretty much with two solutions that look very much like what you suggested: Seeing that the type for extra-content field "string-or-gexp", the first solution was to create a string using get-string-all as follows: (define my-gpg-agent-conf-string (call-with-input-file (local-file-absolute-file-name (local-file "relative/path/gpg-agent.conf"))(lambda (port) (get-string-all port)))) similarly (define my-gpg-conf-string .......)
From Mbk Kamble to ~abcdw/rde-discuss
Hi. I am trying to use (gnu home-servies gnupg) to instantiate gpg-agent service. But instead of providing gpg-configuration and gpg-agent-configuration information through the other fields, I would like to use the extra-content field to populate using my existing gpg.conf and gpg-agent.conf files which are under revision control. I am unable to figure out the syntax to use to specify the "extra-content" field when writing the specification for the two configurations. Can someone show me an example? This is the syntax I am trying: (service home-gnupg-service-type (home-gnupg-configuration
From Mbk Kamble to ~abcdw/rde-discuss
Hi. Guix noob here. I have included rde channel in my channels.scm file. When I do bash> guix pull -C /path/to/channels.scm I am getting the following error building /gnu/store/0c63fhgs93r8wc9xnqjk0hn2172y69jx-rde.drv... |builder for `/gnu/store/0c63fhgs93r8wc9xnqjk0hn2172y69jx-rde.drv' failed to produce output path `/gnu/store/kf85c20glrvs3yz97n14zy0rydsppr58-rde' build of /gnu/store/0c63fhgs93r8wc9xnqjk0hn2172y69jx-rde.drv failed View build log at '/var/log/guix/drvs/0c/63fhgs93r8wc9xnqjk0hn2172y69jx-rde.drv.gz'. cannot build derivation
From Mbk Kamble to ~abcdw/rde-discuss
Hi. I am a GUIX noob, having installed my first GUIX system just a week ago. Following the Guix info manual, I tried to create a new home environment and test it in a container. I did a "guix home build" first and then This is the error I get mbkamble@kamble9343guix ~/tmp [127]> guix home --debug=3 --verbosity=3 container test-guix-home-2/home-configuration.scm WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete' Symlinking /home/mbkamble/.profile -> /gnu/store/dann7r1095xll0kji5yl0ql07096rc8j-shell-profile... done Symlinking /home/mbkamble/.bashrc -> /gnu/store/0hblljbzbbrbawhcv2hlz14narb78s2m-bashrc... done Symlinking /home/mbkamble/.bash_profile ->