[Nix-dev] Re: [Nix-commits] SVN commit: nix - 12531 - raskin - in nixos/trunk: system upstart-jobs
Eelco Dolstra
e.dolstra at tudelft.nl
Thu Aug 7 12:15:14 CEST 2008
Hi,
Michael Raskin wrote:
> + allowEveryone = mkOption {
> + default = false;
> + description = ''
> + Whether to make /var/spool/at{jobs,spool} writeable
> + by everyone (and sticky).
> + '';
> + };
Please don't use tabs in Nix expressions - they really mess up indentation if
one doesn't have the same tab settings. (I tried to do a global elimination of
tabs in Nixpkgs a while ago, but that's very hard for the precise reason that
everybody seems to have used different tab settings...)
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list