summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-03-14 10:30:20 +0100
committerProfpatsch <mail@profpatsch.de>2022-03-14 10:30:55 +0100
commit626ecc7bd72668e8624bfc3eac3635a1a31d1bf3 (patch)
tree202bf3cab1a781d62549050f9fc40f856cd12447 /lib
parentab03ddc8f441a11644a4ce3d29eb290fa02b11e3 (diff)
downloadnixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.tar
nixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.tar.gz
nixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.tar.bz2
nixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.tar.lz
nixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.tar.xz
nixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.tar.zst
nixpkgs-626ecc7bd72668e8624bfc3eac3635a1a31d1bf3.zip
lib.generators: fix references to test file
Diffstat (limited to 'lib')
-rw-r--r--lib/generators.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/generators.nix b/lib/generators.nix
index c421573a727..3bc0fee332a 100644
--- a/lib/generators.nix
+++ b/lib/generators.nix
@@ -10,7 +10,7 @@
  * are mostly generators themselves, called with
  * 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
  */
 { lib }:
@@ -108,7 +108,7 @@ rec {
    * The mk* configuration attributes can generically change
    * 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 = {
     # apply transformations (e.g. escapes) to section names
@@ -155,7 +155,7 @@ rec {
    * The mk* configuration attributes can generically change
    * 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 don’t need a global section, you can also use
    * `generators.toINI` directly, which only takes