about summary refs log tree commit diff
path: root/lib/tests/misc.nix
AgeCommit message (Expand)AuthorFilesLines
2018-12-30Remove composableDerivation, closes #18763Frederik Rietdijk1-38/+0
2018-10-20lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson1-1/+1
2018-10-15generators: make toPretty handle floats correctlyLéo Gaspard1-0/+2
2018-09-17lib/tests: Add overrideExisting testsSilvan Mosberger1-0/+14
2018-09-06Merge branch 'no-toPath'Shea Levy1-2/+2
2018-08-15lib/recursiveUpdateUntil: add a test & release note for fixProfpatsch1-0/+24
2018-07-20[bot]: remove unreferenced codevolth1-4/+0
2018-06-10lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth1-0/+15
2018-06-05Revert "lib: bitAnd, bitOr, bitXor"Profpatsch1-15/+0
2018-06-02lib: test for bitAnd, bitOr, bitXorvolth1-0/+15
2018-05-22treewide: Remove uses of builtins.toPath.Shea Levy1-2/+2
2018-04-25lib/generators: print paths without quotes & move function downProfpatsch1-3/+5
2018-03-29lib/generators: introduce a sane default for `mkValueString`Profpatsch1-0/+26
2018-03-09lib.isStorePath: Fix derivation detectionShea Levy1-0/+2
2017-11-22lib/generators: add mkValueString to mkKeyValueDefault generatorProfpatsch1-1/+1
2017-06-22lib/generators: put more information in toPretty lambdasProfpatsch1-0/+2
2017-06-22lib/generators: toPrettyProfpatsch1-0/+30
2017-06-09lib-tests: fix test for isStorePathDaiderd Jordan1-1/+1
2017-05-30Add `isStorePath` tests (#26223)Profpatsch1-4/+34
2017-05-17lib: Consolidate tests into one meta jobJohn Ericson1-0/+299