aboutsummaryrefslogtreecommitdiff
path: root/lib/strings.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/string: drop redundant string in description of toInt.Alex Brandt2020-12-051-1/+1
* lib/strings: fix typo in exampleAlex Brandt2020-12-041-2/+2
* lib/strings: fix examples for enableFeatureAsAlex Brandt2020-12-031-2/+2
* Merge pull request #44928 from vcunat/p/configure-assertEelco Dolstra2020-11-111-2/+6
|\
| * lib/strings: guard against an easy mistakeVladimír Čunát2018-08-121-2/+6
* | lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing2020-10-221-21/+43
* | lib.splitString: use builtin.splitEtienne Laurin2020-10-181-21/+14
* | lib/strings: deprecate readPathsFromFileV2020-09-031-8/+9
* | lib/strings: Add floatToStringSilvan Mosberger2020-07-251-0/+16
* | lib/strings: Introduce escapeNixIdentifierSilvan Mosberger2020-04-131-0/+15
* | Merge pull request #83241 from Infinisil/valid-drv-nameSilvan Mosberger2020-04-021-0/+32
|\ \
| * | lib/strings: Add sanitizeDerivationName functionSilvan Mosberger2020-03-301-0/+32
* | | Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-051-1/+1
* | | Revert "Merge master into staging-next"Frederik Rietdijk2020-02-051-1/+1
* | | lib/strings: fix comment typoRobert Helgesson2020-02-051-1/+1
|/ /
* | lib: Add getName to mirror getVersionJohn Ericson2019-11-241-0/+17
* | 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