> On 7. Jul 2019, at 16:24, Ludovic Courtès wrote:
>
> Hi Robert,
>
> Robert Vollmert skribis:
>
>> Defined a mcron job in config.scm scheduled to run once a day,
>> with a scheme expression. How do I test this?
>>
>> herd schedule mcron lists the job as merely a “Lambda expression”.
>> I
> On 5. Jul 2019, at 22:40, Ludovic Courtès wrote:
>
> Hi,
>
> Robert Vollmert skribis:
>
>> rob@garp ~/guix$ nano gnu/packages/haskell.scm
>> rob@garp ~/guix$ ./pre-inst-env guix build ghc-ansi-wl-pprint
>
> I’d suggest running “make” once you’ve edited a file.
>
> It’s not strictly nec
"Raghav Gururajan" skribis:
>> Note that there’s also ‘guix gc --delete-generations’, which is really
>> what newcomers should be using IMO because it operates on all the user’s
>> profiles.
>
> Thanks! Does `guix gc --delete-generations` delete guix pull generations as
> well?
Yes.
Ludo’.
Hi,
Robert Vollmert skribis:
>> On 7. Jul 2019, at 16:24, Ludovic Courtès wrote:
>>
>> Hi Robert,
>>
>> Robert Vollmert skribis:
>>
>>> Defined a mcron job in config.scm scheduled to run once a day,
>>> with a scheme expression. How do I test this?
>>>
>>> herd schedule mcron lists the job
Robert Vollmert skribis:
>> On 5. Jul 2019, at 22:40, Ludovic Courtès wrote:
>>
>> Hi,
>>
>> Robert Vollmert skribis:
>>
>>> rob@garp ~/guix$ nano gnu/packages/haskell.scm
>>> rob@garp ~/guix$ ./pre-inst-env guix build ghc-ansi-wl-pprint
>>
>> I’d suggest running “make” once you’ve edited
> On 8. Jul 2019, at 12:03, Ludovic Courtès wrote:
>
> Robert Vollmert skribis:
>
>>> On 5. Jul 2019, at 22:40, Ludovic Courtès wrote:
>>>
>>> Hi,
>>>
>>> Robert Vollmert skribis:
>>>
rob@garp ~/guix$ nano gnu/packages/haskell.scm
rob@garp ~/guix$ ./pre-inst-env guix build gh
One related issue that I just ran into, while trying out the gexp approach:
mcron jobs take an optional third naming argument, which are again better
not used because they replace the store filename in the “schedule”
output.
It appears that old mcron log output is lost when the service is
restarted. That’s not good.
See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36510 for
another issue related to mcron logging.
I tried to use a function in a gexp along the lines of
(define* (f x) …)
#~(begin
(#$f x)
…)
This resulted in the following error:
ERROR: In procedure primitive-load:
In procedure scm_lreadr:
/gnu/store/wcw0fii855axkiqfz05283rwl7nlrb3i-puzzledb-blogs-job-builder:1:254:
Unknown # obj
This is a meta/tracker bug to track what needs to be done and what is
already done, to run Guix system on the Purism Librem 5 phone.
https://puri.sm/products/librem-5/
The Librem 5 will be shipped with a mobile optimized GNOME based on
PureOS which is based on Debian, but contains only free softwa
> Yes.
Thanks!
> Yes.
Unfortunately, it did not work.
***START***
rg@secondary ~$ guix gc --delete-generations
Backtrace:
7 (primitive-load "/home/rg/.config/guix/current/bin/guix")
In guix/ui.scm:
1655:12 6 (run-guix-command _ . _)
In ice-9/boot-9.scm:
829:9 5 (catch _ _ #
…)
829:9 4
Robert Vollmert skribis:
>> On 8. Jul 2019, at 12:03, Ludovic Courtès wrote:
[...]
>> I was trying to address the “I see recompilation messages” issue that
>> you raised in the current framework. I didn’t initially interpret the
>> bug report as a call for a new workflow.
>
> It’s not meant t
13 matches
Mail list logo