aboutsummaryrefslogtreecommitdiff
path: root/lib/strings.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Doc fix: use correct function name in type signature for concatIMapStringsSepNathan van Doorn2019-03-181-1/+1
* lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-151-20/+0
* make-derivation: use pname-version as default name if both are presentPatrick Hilhorst2018-11-061-0/+20
* Merge pull request #49383 from tazjin/docs/lib-docstringsGraham Christensen2018-10-291-51/+153
|\
| * lib/strings: Update documentation comments for doc generationVincent Ambo2018-10-291-51/+153
* | lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-201-3/+6
|/
* lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-061-2/+5
* Merge branch 'no-toPath'Shea Levy2018-09-061-3/+2
|\
| * treewide: Remove uses of builtins.toPath.Shea Levy2018-05-221-3/+2
* | function rewritten by @InfinisilAaron Andersen2018-08-211-8/+1
* | as requested:Aaron Andersen2018-08-211-0/+16
* | treewide: fix build with disallowed aliases (#43872)volth2018-07-211-1/+1
|/
* lib: Add more configure flag helpersJohn Ericson2018-05-111-0/+33
* lib.makeSearchPath: allow null in search pathMatthew Bauer2018-05-091-1/+1
* lib.isStorePath: Fix derivation detectionShea Levy2018-03-091-1/+8
* nixpkgs.lib: Add escapeNixStringRyan Trinkle2017-12-021-0/+8
* Convert libs to a fixed-pointGraham Christensen2017-09-161-2/+2
* lib: introduce imap0, imap1 (#25543)zimbatm2017-07-041-2/+2
* lib/string: make `isStorePath` total (#26216)Profpatsch2017-05-301-1/+6
* lib: trivial spelling fixesTom Saeger2017-04-191-2/+2
* lib.readPathsFromFile: simplify, /cc #24036Orivej Desh2017-03-191-3/+1
* readPathsFromFile: fixup after #23851Vladimír Čunát2017-03-191-1/+1
* libs: make splitString also split last separator (#23851)Léo Gaspard2017-03-151-1/+1
* getVersion: first try drv.version before parsing drv.nameDomen Kožar2016-08-131-1/+6
* fix documentation typo in lib/strings.nix (#17684)Данило Глинський (Danylo Hlynskyi)2016-08-121-1/+1
* hasSuffix: human readable inputsDomen Kožar2016-08-101-5/+5
* lib: add fileContents functionEric Sagnes2016-08-011-0/+10
* lib: Make escapeShellArg more robustaszlig2016-06-201-8/+7
* Merge pull request #16180 from zimbatm/shell-escapingzimbatm2016-06-191-1/+10
|\
| * Escape all shell arguments uniformlyzimbatm2016-06-121-1/+10
* | Remove unecessary branching on old nix versionszimbatm2016-06-171-5/+1
|/
* lib: revert my bogus comment fixNikolay Amiantov2016-05-191-1/+1
* firefox: restore gstreamer support for older firefox releasesNikolay Amiantov2016-05-191-1/+1
* make*Path: implement via makeSearchPathOutputNikolay Amiantov2016-04-251-7/+3
* makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov2016-04-251-5/+4
* makeSearchPath (and derivatives): check outputUnspecifiedNikolay Amiantov2016-04-131-4/+4
* makePerlPath: try to guess outputsNikolay Amiantov2016-04-131-1/+2
* makeSearchPathOutputs: init functionNikolay Amiantov2016-04-131-0/+10
* makeBinPath: guess outputsNikolay Amiantov2016-04-131-1/+2
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-101-1/+1
|\
| * Stronger warning against usage of splitStringEelco Dolstra2016-04-011-1/+1
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-011-62/+274
|\|
| * lib/strings: document all the functionszimbatm2016-03-101-62/+274
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-191-3/+7
|\|
| * lib.getVersion: extend the function to cope with strings as well as derivationsPeter Simons2016-01-051-3/+7
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-311-0/+15
|\|
| * lib/strings: add readPathsFromFileThomas Tuegel2015-12-161-0/+15
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-111-0/+4
|\|
| * add makeBinPath function for abstracting away pkg/bin:pkg2/bin..Domen Kožar2015-12-101-0/+4
* | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-251-0/+8
|\|