comment out modules/overlays/lib section for the moment

This commit is contained in:
Jörg Thalheim 2018-07-02 14:15:49 +01:00
parent f4d0e23180
commit 7c6fa818a7

View file

@ -197,6 +197,9 @@ option to a path relative to the repository root:
}
```
<!--
This currently does not work as advertised at least for modules
## Conventions for NixOS modules, overlays and library functions
To make NixOS modules, overlays and library functions more discoverable,
@ -276,6 +279,7 @@ with lib;
};
}
```
-->
## Contribution guideline