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/
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to