Re: How to pack development inputs from a package

2024-09-23 Thread Reza Housseini
Greg Hogan writes: Hi Ian, hi Greg Thanks for your inputs, I tried to come up with an expression, but failed to find one working, I got stuck with guix pack -f docker -e '(@ (guix packages) (package-development-inputs (load "guix.scm")))' but it does not seem to work. I managed to make it wo

Re: How to pack development inputs from a package

2024-09-23 Thread Greg Hogan
On Fri, Sep 20, 2024 at 9:47 AM Reza Housseini wrote: > > Hi Guixers > > From guix shell I can call > > guix shell -D -f guix.scm > > Now I want to pack those into a container with guix pack, but there is > no equivalent command there, how would I achieve this, is there an > expression I could u

Re: How to pack development inputs from a package

2024-09-20 Thread Ian Eure
Hi Reza, Reza Housseini writes: Hi Guixers From guix shell I can call guix shell -D -f guix.scm Now I want to pack those into a container with guix pack, but there is no equivalent command there, how would I achieve this, is there an expression I could use? Something along the way

How to pack development inputs from a package

2024-09-20 Thread Reza Housseini
Hi Guixers >From guix shell I can call guix shell -D -f guix.scm Now I want to pack those into a container with guix pack, but there is no equivalent command there, how would I achieve this, is there an expression I could use? Something along the way guix pack -f docker -e '(package->devel