about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2024-04-30 20:12:22 +0000
committernicoo <nicoo@mur.at>2024-04-30 22:24:47 +0000
commitc150eb5e442d717fc43c9e3b4475b547b03ba67d (patch)
treecc81f86cbc71cba54c1de57a35d208aa251a5e69 /pkgs/build-support
parent039bd24f54e8c728de5be236bba73b2ab8862e6d (diff)
tests.testers.hasPkgConfigModules: Fix typo in comment
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/testers/hasPkgConfigModules/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/testers/hasPkgConfigModules/tests.nix b/pkgs/build-support/testers/hasPkgConfigModules/tests.nix
index 73fe7ecf43a69..bf992d040b4b3 100644
--- a/pkgs/build-support/testers/hasPkgConfigModules/tests.nix
+++ b/pkgs/build-support/testers/hasPkgConfigModules/tests.nix
@@ -1,5 +1,5 @@
 # cd nixpkgs
-# nix-build -A tests.testers.hasPkgConfigModule
+# nix-build -A tests.testers.hasPkgConfigModules
 { lib, testers, miniz, zlib, openssl, runCommand }:
 
 lib.recurseIntoAttrs {