Re: 🌎️ Install every Guix package 🌎️

2023-01-05 Thread Eric Brown
kiasoc5 writes: > I just realized that this downloads all packages into the store, which not the > same as installing all the packages into one or many profiles. I wonder what > the > minimum set of profiles to install all packages while avoiding collisions > might > be? Correct, my reply was

Re: 🌎️ Install every Guix package 🌎️

2023-01-05 Thread kiasoc5
On 1/4/23 21:50, Eric Brown wrote: "jgart" writes: Hi Guixers, How would you approach writing a script that installs every Guix package exhaustively for your current revision? I'm thinking of something similar to `all-packages` on PyPi but for every Guix package (the whole wide 🌎️). https

Re: 🌎️ Install every Guix package 🌎️

2023-01-05 Thread Eric Brown
kiasoc5 writes: > Surely if there are outstanding questions that could be answered by installing > all packages, they could be answered in another way? I do this to keep packages as reasonably close to "locked and loaded" as possible (including all external channels) so that when I need them int

Re: 🌎️ Install every Guix package 🌎️

2023-01-05 Thread Eric Brown
"jgart" writes: > Hi Guixers, > > How would you approach writing a script that installs every Guix package > exhaustively for your current revision? > > I'm thinking of something similar to `all-packages` on PyPi but for every > Guix package (the whole wide 🌎️). > > https://pypi.org/project/all

Re: 🌎️ Install every Guix package 🌎️

2023-01-04 Thread 宋文武
"jgart" writes: > Hi Guixers, > > How would you approach writing a script that installs every Guix package > exhaustively for your current revision? > > I'm thinking of something similar to `all-packages` on PyPi but for every > Guix package (the whole wide 🌎️). > > https://pypi.org/project/all

Re: 🌎️ Install every Guix package 🌎️

2023-01-03 Thread kiasoc5
On 1/3/23 21:33, jgart wrote: Hi Guixers, How would you approach writing a script that installs every Guix package exhaustively for your current revision? I'm thinking of something similar to `all-packages` on PyPi but for every Guix package (the whole wide 🌎️). https://pypi.org/project/all-

🌎️ Install every Guix package 🌎️

2023-01-03 Thread jgart
Hi Guixers, How would you approach writing a script that installs every Guix package exhaustively for your current revision? I'm thinking of something similar to `all-packages` on PyPi but for every Guix package (the whole wide 🌎️). https://pypi.org/project/all-packages/