Re: home-files-service-type file permissions

2021-11-03 Thread Andrew Tropin
On 2021-11-02 11:31, phod...@protonmail.com wrote: > Hi Andrew, > > Thanks for the development of Guix home. I've recently switch to it from my > dotfiles. > > However, there is one thing that I do not know how to set. > > When using the service home-files-service-type I encountered a situation

Re: Guix system with home-environment

2021-11-03 Thread Andrew Tropin
On 2021-11-02 11:38, phodina wrote: > Hi, > > I just want to ask if it's possible to create an image which has both the > operating-system and home-environment configuration together. > > Currently the way to build them is to do: > > ;; Guix System > guix system build os.scm > > ;; Guix Home > gu

Re: Using julia in guix

2021-11-03 Thread zimoun
Hi, On Wed, 3 Nov 2021 at 00:30, Théo Maxime Tyburn wrote: > I started using julia in one of my university projects and I am not sure > how this should be done the guix way. Has someone experience with this ? Cool! > For know I just used the julia package manager and the packages are in > ~/.

Re: Using julia in guix

2021-11-03 Thread Efraim Flashner
Apologies for top-posting. If you test the patch and find that it works then I'll be happy to apply it. On Wed, Nov 03, 2021 at 11:06:25AM +0100, zimoun wrote: > Hi, > > On Wed, 3 Nov 2021 at 00:30, Théo Maxime Tyburn wrote: > > > I started using julia in one of my university projects and I am

Re: Using julia in guix

2021-11-03 Thread Théo Maxime Tyburn
Hi, Thanks for the quick reply! > For now, it is either packages from Pkg.jl or either packages julia-* > from Guix. A patch [1] is still pending for being able to mix both. > Aside that packages from Pkg.jl do not always work out-of-the-box, > sadly. > > 1: O