From 47b5578366e4efe166d8a7578f48a9386d204aa8 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 6 Apr 2025 11:32:43 -0700 Subject: [PATCH] nixos/all-tests: Fix typo --- nixos/tests/all-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 9770153b216a..79f3cc0920ea 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -8,7 +8,7 @@ }: # The return value of this function will be an attrset with arbitrary depth and -# the `anything` returned by callTest at its test leafs. +# the `anything` returned by callTest at its test leaves. # The tests not supported by `system` will be replaced with `{}`, so that # `passthru.tests` can contain links to those without breaking on architectures # where said tests are unsupported.