> This is just wrong: it calls the client's /gnu/store/.../sh on the server. Thanks for identifying the problem. Your solution sounds good.
> Could you check whether replacing '(which "sh")' with '"sh"' works? It does > for me. Yes, this works in my testing. > A POSIX-compliant 'sh' was always an unstated server-side dependency, > and Guix happens to be very good at finding (and breaking :-) those. Guix is great, and I am enjoying learning more about it! I suppose these are the challenges that come with making software portable.
