aboutsummaryrefslogtreecommitdiff
path: root/lib/strings.nix (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-05lib/string: drop redundant string in description of toInt.Alex Brandt1-1/+1
2020-12-04lib/strings: fix typo in exampleAlex Brandt1-2/+2
2020-12-03lib/strings: fix examples for enableFeatureAsAlex Brandt1-2/+2
2020-10-22lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing1-21/+43
2020-10-18lib.splitString: use builtin.splitEtienne Laurin1-21/+14
2020-09-03lib/strings: deprecate readPathsFromFileV1-8/+9
2020-07-25lib/strings: Add floatToStringSilvan Mosberger1-0/+16
2020-04-13lib/strings: Introduce escapeNixIdentifierSilvan Mosberger1-0/+15
2020-03-30lib/strings: Add sanitizeDerivationName functionSilvan Mosberger1-0/+32
2020-02-05Revert "Revert "Merge master into staging-next""Frederik Rietdijk1-1/+1
2020-02-05Revert "Merge master into staging-next"Frederik Rietdijk1-1/+1
2020-02-05lib/strings: fix comment typoRobert Helgesson1-1/+1
2019-11-24lib: Add getName to mirror getVersionJohn Ericson1-0/+17
2019-03-18Doc fix: use correct function name in type signature for concatIMapStringsSepNathan van Doorn1-1/+1
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-20/+0
2018-11-06make-derivation: use pname-version as default name if both are presentPatrick Hilhorst1-0/+20
2018-10-29lib/strings: Update documentation comments for doc generationVincent Ambo1-51/+153
2018-10-20lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson1-3/+6
2018-09-06lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch1-2/+5
2018-08-21function rewritten by @InfinisilAaron Andersen1-8/+1
2018-08-21as requested:Aaron Andersen1-0/+16
2018-08-12lib/strings: guard against an easy mistakeVladimír Čunát1-2/+6
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-1/+1
2018-05-22treewide: Remove uses of builtins.toPath.Shea Levy1-3/+2
2018-05-11lib: Add more configure flag helpersJohn Ericson1-0/+33
2018-05-09lib.makeSearchPath: allow null in search pathMatthew Bauer1-1/+1
2018-03-09lib.isStorePath: Fix derivation detectionShea Levy1-1/+8
2017-12-02nixpkgs.lib: Add escapeNixStringRyan Trinkle1-0/+8
2017-09-16Convert libs to a fixed-pointGraham Christensen1-2/+2
2017-07-04lib: introduce imap0, imap1 (#25543)zimbatm1-2/+2
2017-05-30lib/string: make `isStorePath` total (#26216)Profpatsch1-1/+6
2017-04-19lib: trivial spelling fixesTom Saeger1-2/+2
2017-03-19lib.readPathsFromFile: simplify, /cc #24036Orivej Desh1-3/+1
2017-03-19readPathsFromFile: fixup after #23851Vladimír Čunát1-1/+1
2017-03-15libs: make splitString also split last separator (#23851)Léo Gaspard1-1/+1
2016-08-13getVersion: first try drv.version before parsing drv.nameDomen Kožar1-1/+6
2016-08-12fix documentation typo in lib/strings.nix (#17684)Данило Глинський (Danylo Hlynskyi)1-1/+1
2016-08-10hasSuffix: human readable inputsDomen Kožar1-5/+5
2016-08-01lib: add fileContents functionEric Sagnes1-0/+10
2016-06-20lib: Make escapeShellArg more robustaszlig1-8/+7
2016-06-17Remove unecessary branching on old nix versionszimbatm1-5/+1
2016-06-12Escape all shell arguments uniformlyzimbatm1-1/+10
2016-05-19lib: revert my bogus comment fixNikolay Amiantov1-1/+1
2016-05-19firefox: restore gstreamer support for older firefox releasesNikolay Amiantov1-1/+1
2016-04-25make*Path: implement via makeSearchPathOutputNikolay Amiantov1-7/+3
2016-04-25makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov1-5/+4
2016-04-13makeSearchPath (and derivatives): check outputUnspecifiedNikolay Amiantov1-4/+4
2016-04-13makePerlPath: try to guess outputsNikolay Amiantov1-1/+2
2016-04-13makeSearchPathOutputs: init functionNikolay Amiantov1-0/+10
2016-04-13makeBinPath: guess outputsNikolay Amiantov1-1/+2