summary refs log tree commit diff
path: root/lib/strings.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-01 13:52:54 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-01 13:52:54 +0200
commitfd2273e41918f2b6bb72356b20c8cb6186251e37 (patch)
tree17016aba4d841548c6ac4271514c273859c28a11 /lib/strings.nix
parent2f0195003ec528c203590012316571e46fa60940 (diff)
downloadnixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.tar
nixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.tar.gz
nixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.tar.bz2
nixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.tar.lz
nixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.tar.xz
nixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.tar.zst
nixpkgs-fd2273e41918f2b6bb72356b20c8cb6186251e37.zip
Stronger warning against usage of splitString
Diffstat (limited to 'lib/strings.nix')
-rw-r--r--lib/strings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strings.nix b/lib/strings.nix
index a2a4be11e1b..01a6f181d03 100644
--- a/lib/strings.nix
+++ b/lib/strings.nix
@@ -258,7 +258,7 @@ rec {
   /* Cut a string with a separator and produces a list of strings which
      were separated by this separator.
 
-     NOTE: this function is not performant and should be avoided
+     NOTE: this function is not performant and should never be used.
 
      Example:
        splitString "." "foo.bar.baz"