[Nix-dev] [***SPAM***] [ANN] Guix, functional package management from Guile

Shea Levy shea at shealevy.com
Sun Jul 8 00:13:52 CEST 2012


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, ludo at 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


More information about the nix-dev mailing list