And if we are at it:

What about moving the documentation near the implementaiton?

I'm thinking of changing
>   options : pkgs : with pkgs; {
>   [...]
to
{ docs = <the stuff from options.nix>;
  service = options : pkgs : with pkgs; {
      [...]
}

Or would this add much overhead?

When generating the html documentation it's easy getting the docs
attribute only.

Marc
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to