[Nix-dev] [Nix-commits] SVN commit: nix - r30335 - nixos/trunk/modules/installer/cd-dvd
Eelco Dolstra
e.dolstra at tudelft.nl
Tue Nov 8 19:36:22 CET 2011
Hi,
On 11/08/2011 01:15 PM, Nicolas Pierron wrote:
>> - require = [
>> - ./installation-cd-base.nix
>> - ../../profiles/minimal.nix
>> - ];
>> + require =
>> + [ ./installation-cd-base.nix
>> + ../../profiles/minimal.nix
>> + ];
>> }
>
> But this is ugly and need more horizontal space.
Funny, I find the original ugly :-) Probably because it uses less horizontal
space...
Anyway, this is in the Nixpkgs coding conventions, see
http://hydra.nixos.org/job/nixpkgs/trunk/tarball/latest/download-by-type/doc/manual#chap-conventions
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list