lib.generators: fix references to test file

This commit is contained in:
Profpatsch
2022-03-14 10:30:20 +01:00
parent ab03ddc8f4
commit 626ecc7bd7

View File

@@ -10,7 +10,7 @@
* are mostly generators themselves, called with * are mostly generators themselves, called with
* their respective default values; they can be reused. * their respective default values; they can be reused.
* *
* Tests can be found in ./tests.nix * Tests can be found in ./tests/misc.nix
* Documentation in the manual, #sec-generators * Documentation in the manual, #sec-generators
*/ */
{ lib }: { lib }:
@@ -108,7 +108,7 @@ rec {
* The mk* configuration attributes can generically change * The mk* configuration attributes can generically change
* the way sections and key-value strings are generated. * the way sections and key-value strings are generated.
* *
* For more examples see the test cases in ./tests.nix. * For more examples see the test cases in ./tests/misc.nix.
*/ */
toINI = { toINI = {
# apply transformations (e.g. escapes) to section names # apply transformations (e.g. escapes) to section names
@@ -155,7 +155,7 @@ rec {
* The mk* configuration attributes can generically change * The mk* configuration attributes can generically change
* the way sections and key-value strings are generated. * the way sections and key-value strings are generated.
* *
* For more examples see the test cases in ./tests.nix. * For more examples see the test cases in ./tests/misc.nix.
* *
* If you dont need a global section, you can also use * If you dont need a global section, you can also use
* `generators.toINI` directly, which only takes * `generators.toINI` directly, which only takes