diff options
| author | isabel <isabel@isabelroses.com> | 2025-02-13 15:28:35 +0000 |
|---|---|---|
| committer | isabel <isabel@isabelroses.com> | 2025-02-19 12:10:39 +0000 |
| commit | b109863c255f8c84ee3e3452400f4702bd20121c (patch) | |
| tree | 2bad6b0732a0fd90537045edf92a3cf4d7c857e9 /lib/default.nix | |
| parent | atlas: 0.30.0 -> 0.31.0 (#379964) (diff) | |
| download | nixpkgs-b109863c255f8c84ee3e3452400f4702bd20121c.tar.gz | |
lib.strings: init toSentenceCase
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index f931524002f2..910a4aeb0770 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -109,7 +109,7 @@ let isStorePath isStringLike isValidPosixName toShellVar toShellVars trim trimWith escapeRegex escapeURL escapeXML replaceChars lowerChars - upperChars toLower toUpper addContextFrom splitString + upperChars toLower toUpper toSentenceCase addContextFrom splitString removePrefix removeSuffix versionOlder versionAtLeast getName getVersion match split cmakeOptionType cmakeBool cmakeFeature |
