Chris Marusich skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Hi!
>>
>> Chris Marusich skribis:
>>
>>> Do you know why the intensional model hasn't been deployed in the 11
>>> years since the thesis was published? To learn more, I can think of a
>>> few places to look (Nix email lists,
l...@gnu.org (Ludovic Courtès) writes:
> Hi!
>
> Chris Marusich skribis:
>
>> Do you know why the intensional model hasn't been deployed in the 11
>> years since the thesis was published? To learn more, I can think of a
>> few places to look (Nix email lists, other Nix-related research papers),
Hi!
Chris Marusich skribis:
> Do you know why the intensional model hasn't been deployed in the 11
> years since the thesis was published? To learn more, I can think of a
> few places to look (Nix email lists, other Nix-related research papers),
> but if you have specific recommendations, it wo
l...@gnu.org (Ludovic Courtès) writes:
> Hi Chris,
>
> Chris Marusich skribis:
>
>> My understanding is that Nix builds derivations in a temporary
>> directory. My understanding is that eventually, we copy the results of
>> the build into the final, content-addressed store path. Since we don't
Hi Chris,
Chris Marusich skribis:
> My understanding is that Nix builds derivations in a temporary
> directory. My understanding is that eventually, we copy the results of
> the build into the final, content-addressed store path. Since we don't
> know the final, content-addressed store path un
l...@gnu.org (Ludovic Courtès) writes:
> Hi Chris,
>
> Chris Marusich skribis:
>
>> I saw this in guix/scripts.build.scm:
>>
>> (and (build-derivations store drv mode)
>> (for-each show-derivation-outputs drv)
>> (for-each (cut register-root store <> <>)
>>(map (lambda (
Hi Chris,
Chris Marusich skribis:
> I saw this in guix/scripts.build.scm:
>
> (and (build-derivations store drv mode)
> (for-each show-derivation-outputs drv)
> (for-each (cut register-root store <> <>)
>(map (lambda (drv)
> (map cdr
>
Hi,
I saw this in guix/scripts.build.scm:
--8<---cut here---start->8---
(and (build-derivations store drv mode)
(for-each show-derivation-outputs drv)
(for-each (cut register-root store <> <>)
(map (lambda (drv)
(m