summary refs log tree commit diff
path: root/lib/strings.nix
Commit message (Collapse)AuthorAge
* lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra2014-10-05
|
* Added concatMapStringsSep and concatImapStringsSepIgor Pashev2014-08-25
| | | | | | | | | | Example: configure rewrite rules for Mediawiki RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.serverConfig.servedDirs} RewriteRule ${if config.enableUploads
* lib: Do not take string context into accountKirill Elagin2014-06-11
| | | | Close #2883.
* lib/strings: add hasPrefix and simplify hasSuffixVladimír Čunát2014-05-13
| | | | It was discussed as a part of #2570.
* lib/strings: simplify removePrefix readabilityVladimír Čunát2014-05-13
| | | | It was discussed as a part of #2570.
* fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra2014-05-09
| | | | Also clean up the name attribute of fetchzip derivations a bit.
* Add some primops to libEelco Dolstra2013-11-12
|
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10