Re: system reconfigure: rename-file: invalid cross-device link

2024-04-18 Thread Kenny Ballou
Connecting back to the list. On 2024-04-18 21:19 -04, Connor Clark wrote: > Hey all, > > I would like to say I'm having the same issue. My root filesystem is btrfs > with > a similar layout (subvolumes at /var, /home, etc), though I also have an ext4 > raid array of three other disks mounted

system reconfigure: rename-file: invalid cross-device link

2024-04-11 Thread Kenny Ballou
Hello fellow Guix'ers, I'm encountering a new error sometime after [[https://git.savannah.gnu.org/cgit/guix.git/commit/?id=28bc0e870b4d48b8e3e773382bb0e999df2e3611][28bc0e870b4d48b8]]. The elided output for the error: #+begin_example building

Re: set environment variables with guix shell [-m manifest.scm]

2022-05-06 Thread Kenny Ballou
On 2022-05-05 11:05 +02, zimoun wrote: > Wed, 04 May 2022 at 18:53, Kenny Ballou wrote: > >> However, one necessary feature of `guix shell` I'm not seeing: ability >> to set arbitrary environment variables when `guix shell` loads. > > Yes, it misses an equivalent to ’n

Re: set environment variables with guix shell [-m manifest.scm]

2022-05-04 Thread Kenny Ballou
> ``` > (let ((z3-dir (run-with-store (open-connection) > (package-file z3-with-java > (setenv "LD_LIBRARY_PATH" (string-append z3-dir "/lib")) > (setenv "Z3_DIR" z3-dir)) > ... > ``` Because I cannot sit well enough alone. I have learned some more things: it appears

auto-mount NFS file-systems

2022-05-04 Thread Kenny Ballou
Dear list, I am attempting to auto mount some NFS shares on a Guix system, but cannot seem to get it to boot past the NFS mounts. On another system, I'm able to have the NFS shares auto mount due to a dependency on the encrypted root file system (mapped-devices). However, the system where

set environment variables with guix shell [-m manifest.scm]

2022-05-04 Thread Kenny Ballou
Dear list, I have been using nix-shell for a while now to have on-demand/ad-hoc development environments for different projects. These are hooked in with direnv and the whole experience is quite nice. However, I would like to translate these to Guix because I find the tooling around Guix and

Re: Guix and Emacs Integration for Polyglot Development

2018-09-10 Thread Kenny Ballou
On 2018-08-31 12:49 GMT, Maxim Cournoyer wrote: > Hello! > > I'm reposting Janneke's recent answer here so that it can have all its > context and participants. > > Jan Nieuwenhuizen writes: > >> Hi! >> >> Just subscribed to help-guix because of a request on IRC, so hoping that >> OP is

Re: Guix and Emacs Integration for Polyglot Development

2018-08-05 Thread Kenny Ballou
On 2018年08月02日 08:08 GMT, Chris Marusich wrote: > Kenny Ballou writes: > >> I would like to be able to specify a project's dependencies in a >> manifest file, add any environment variables as necessary, and have >> Emacs be aware of those variables when entering that

Guix and Emacs Integration for Polyglot Development

2018-07-27 Thread Kenny Ballou
This may be the wrong list, but I figure most Guix users/developers are _probably_ also Emacs users, I figured I would ask here first... Obviously, there is the [[alezost/guix.el][guix.el]] for interacting with Guix from within Emacs. However, what sort of integration is available for Emacs