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).
_______________________________________________ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev