Re: Architecture to reduce download time when pulling multiple packages – historic success with magnet URLs, BTIHs, & Aria2c!

2023-10-15 Thread Josh Marshall
So it sounds like my first steps are to re-implement the downloads using aria2c. This would affect the minimum base package, no? Can I get some buy-in from maintainers that such changes are acceptable? On Fri, Oct 13, 2023 at 2:06 PM James R. Haigh (+ML.GNU.Guix subaddress) wrote: > > Hi Josh,

Re: Pinebook Pro boot from NVME

2023-10-15 Thread Vagrant Cascadian
On 2023-10-15, Efraim Flashner wrote: > On Thu, Oct 12, 2023 at 11:27:37PM +0200, paul wrote: >> Could you please elaborate on the correct way to boot a Guix system with tow >> boot? I'm not very experienced but, since I run tow boot, how can I build a >> correct image without u-boot? > > Here's a

Re: How to add service(s) from a service?

2023-10-15 Thread paul
Hello Tomas, On 10/15/23 00:57, Tomas Volf wrote: However, I am unsure how to do this for services. Would anyone have any ideas how to do this? I may be wrong, I believe you can't add services from within a service but you can extend them (extension entails instantiation iiuc): so in your e

Re: guix install error no space left no device bit there is space left..

2023-10-15 Thread Tobias Geerinckx-Rice
Hi Андрей, On 2023-10-13 21:08, Андрей гранков wrote: Re: guix install error no space left no device bit there is space left That's not what I see: df -h says that there are 0 bytes left on /. cow-store can't retroactively fix that. If you don't want to reboot, you could try # mount -o

Re: Cannot remove package from profile

2023-10-15 Thread Csepp
guix.an...@simplelogin.com writes: > I removed the package emacs-flycheck, but it's still present in my > Guix profile. > > guix package reports the package is not installed: > > $ guix package --list-installed='.*flycheck.*' > $ > > However emacs-flycheck is still in the profile's manifest: > >

Cannot remove package from profile

2023-10-15 Thread guix . anhxx
I removed the package emacs-flycheck, but it's still present in my Guix profile. guix package reports the package is not installed: $ guix package --list-installed='.*flycheck.*' $ However emacs-flycheck is still in the profile's manifest: $ rg flycheck ~/.guix-profile/ /home/fidel/.guix-profil

Re: guix pull performance

2023-10-15 Thread Ignas Lapėnas
Hi, I’m fairly new to the Guix scene, but recently there was a discussion about it on devel-g...@gnu.org mailing list. So far it works as designed, because every time you use guix pull, they have to recompile every package definition. I’m a complete pleb when it comes to guile development, so take