On Fri, Jun 5, 2009 at 15:19, Eelco Dolstra<[email protected]> wrote: > Modified: nixos/branches/modular-nixos/default.nix > =================================================================== > --- nixos/branches/modular-nixos/default.nix 2009-06-05 12:57:44 UTC (rev > 15863) > +++ nixos/branches/modular-nixos/default.nix 2009-06-05 13:19:39 UTC (rev > 15864) > @@ -1,27 +1,16 @@ > +{ configuration ? import (import ./lib/from-env.nix "NIXOS_CONFIG" > /etc/nixos/configuration.nix) > +}:
The first import is not necessary and can be removed without any problems. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron The Hitchhiker's Guide to the Galaxy - What do you get if you multiply six by nine? _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
