Hi Ludo,

Very cool work, I'll have to check it out. One queston and one quick note:

On Jul 7, 2012, at 5:55 PM, l...@gnu.org (Ludovic Courtès) wrote:

> in Guix, the cheat code is
> the ‘nixpkgs-derivation’ procedure.  :-)

Does the referenced derivation need to actually be in nixpkgs? I assume this 
works by calling nix-instantiate?

> 
> it supports multiple-derivation outputs (where a build
> produces several files under /nix/store)

Just FYI, multiple-outputs support is not complete at the nix-store level. In 
particular, if you have one output of a derivation realized but not all 
(because you gc'd the others or got the one via a substitutor), nix-store can't 
realize the non-realized ones directly yet. There may be other issues I'm not 
aware of too.

Cheers,
Shea

Reply via email to