[Nix-dev] Re: Integrating a Nix expression into the set of packages

Michael Raskin 7c6f434c at mail.ru
Wed Oct 17 21:56:50 CEST 2007


Ludovic Courtès wrote:
> Which means it should read something along the lines of:
> 
>   with (import .../all-packages.nix) { system = __currentSystem }:
>     ...
> 
> Correct?
Yes, but 'with' requires ';' (semicolon), not ':' (colon). And do not
miss ';' (semicolon) after the last argument in the attrSet (even if it
is the only one).




More information about the nix-dev mailing list