Re: sharing code between gexps in config.scm

2019-07-11 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: > I’m currently writing some slightly repetitive mcron jobs > in my config.scm that use gexps / program-file. I’m wondering > whether there’s a better way to share code between these than > writing a separate scheme file and importing that via > with-imported-modules

sharing code between gexps in config.scm

2019-07-08 Thread Robert Vollmert
Hi, I’m currently writing some slightly repetitive mcron jobs in my config.scm that use gexps / program-file. I’m wondering whether there’s a better way to share code between these than writing a separate scheme file and importing that via with-imported-modules? That approach works, but it’s a bi