cache for guix build

2021-12-05 Thread Andy Tai
I wonder if there is a way to cache the build artifacts in guix build? by that I mean for example if I am building for a package with local definition in .scm, and if I modify the .scm package definition when I rerun guix build it basically downloads and rebuilds everything from scratch. for qui

Re: How to put a file in /gnu/store and set its permissions

2021-12-05 Thread Nathan Dehnel
Thanks. I guess then I need to know how to put a file in /etc/ssh without putting it in the store. On Sat, Dec 4, 2021 at 11:13 PM Leo Famulari wrote: > > On Sat, Dec 04, 2021 at 04:47:12PM -0600, Nathan Dehnel wrote: > > https://guix.gnu.org/manual/en/html_node/G_002dExpressions.html > > This sa

Re: How to put a file in /gnu/store and set its permissions

2021-12-05 Thread Gary Johnson
Nathan Dehnel writes: > Thanks. I guess then I need to know how to put a file in /etc/ssh > without putting it in the store. To programmatically add a file to /etc, you can extend the etc-service-type in your operating-system's services field like so: ``` (use-modules ((gnu services) #