about summary refs log tree commit diff
path: root/lib/default.nix
AgeCommit message (Expand)AuthorFilesLines
2018-12-11bundlerEnv: ensure dependencies always includedAlyssa Ross1-2/+2
2018-09-06lib: move assertMsg and assertOneOf to their own library fileProfpatsch1-4/+5
2018-09-06lib/trivial: add assertOneOfProfpatsch1-1/+1
2018-09-06lib/trivial: add assertMsgProfpatsch1-1/+2
2018-08-21as requested:Aaron Andersen1-1/+1
2018-06-10lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth1-4/+4
2018-06-10lib: add groupBy (#38612)volth1-1/+1
2018-06-05Revert "lib: bitAnd, bitOr, bitXor"Profpatsch1-4/+4
2018-06-01lib: bitAnd, bitOr, bitXorvolth1-4/+4
2018-05-11lib: Add more configure flag helpersJohn Ericson1-19/+20
2018-04-28treewide: rename version attributesMaximilian Bosch1-1/+1
2018-04-27lib/debug: remove the deprecated strict functionProfpatsch1-1/+1
2018-04-27lib/debug: add traceValFn, traceValSeqFn, traceValSeqNFnProfpatsch1-4/+5
2018-04-08Merge pull request #38611 from volth/nat-sortJörg Thalheim1-1/+1
2018-04-08lib: add naturalSortvolth1-1/+1
2018-04-07lib: make extensibleSilvan Mosberger1-3/+5
2018-03-18Merge pull request #34444 from obsidiansystems/meta-checkJohn Ericson1-1/+1
2018-03-15lib, stdenv: Check `meta.platforms` against host platform and be open worldJohn Ericson1-1/+1
2018-03-06rename lib/maintainers-list.nix into maintainers/maintainer-list.nixJan Malakhovski1-1/+1
2018-03-04Merge pull request #36168 from ryantm/majorminorJörg Thalheim1-1/+1
2018-03-04lib: add versions libraryRyan Mulligan1-1/+1
2018-03-04Revert "Revert "Convert maintainer file entries to attributes, add github han...Graham Christensen1-1/+1
2018-03-03Revert "Convert maintainer file entries to attributes, add github handles"Graham Christensen1-1/+1
2018-03-03Revert "lib/maintainers: rename file to maintainers-list.nix"Graham Christensen1-1/+1
2018-03-04lib/maintainers: rename file to maintainers-list.nixProfpatsch1-1/+1
2018-03-04Convert maintainer file entries to attributes, add github handlesProfpatsch1-1/+1
2018-03-03lib.addPassthru: removed as scheduledVladimír Čunát1-1/+1
2018-02-09lib: implement `compare`, `splitByAndCompare`, and `compareLists`Jan Malakhovski1-3/+4
2018-01-31Add setFunctionArgs lib function.Shea Levy1-2/+2
2018-01-14Merge #33057: stdenv meta checks: make them lazyVladimír Čunát1-1/+2
2018-01-11callCabal2nix: Fix calling with a path in the store.Shea Levy1-1/+1
2018-01-09Added `lib.cleanSourceWith` as composable version of `filterSource`Will Fancher1-1/+1
2018-01-03lib: generalize `addPassthru` to `extendDerivation`Jan Malakhovski1-1/+2
2017-12-23Revert "nixos: doc: implement related packages in the manual"Graham Christensen1-3/+3
2017-12-07lib: implement `compare`, `splitByAndCompare`, and `compareLists`Jan Malakhovski1-3/+3
2017-11-19lib: delete reference to lib/sandbox.nixOrivej Desh1-1/+0
2017-09-29Revert "Fix evaluation"Shea Levy1-1/+1
2017-09-29Revert "Fix tarball"Shea Levy1-2/+1
2017-09-29Revert "Avoid polluting lib namespace unncessarily"Shea Levy1-2/+3
2017-09-28Avoid polluting lib namespace unncessarilyShea Levy1-3/+2
2017-09-28Fix tarballShea Levy1-1/+2
2017-09-28Fix evaluationShea Levy1-1/+1
2017-09-16Convert libs to a fixed-pointGraham Christensen1-52/+121
2017-05-29lib: Move fixed-point combinators out of trivialJohn Ericson1-3/+5
2017-04-17Merge pull request #24610 from Ericson2314/platform-normalizationJohn Ericson1-4/+5
2017-04-17lib: Collect system/platform related filesJohn Ericson1-4/+5
2017-04-12/lib/default.nix: Add file docstring & unit test hintProfpatsch1-0/+5
2017-03-04Add locateDominatingFile lib functionShea Levy1-1/+4
2016-11-17lib: add ini configuration generatorProfpatsch1-1/+2
2016-09-17lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch1-1/+2