summaryrefslogtreecommitdiffstats
path: root/lib/composable-derivation.nix
AgeCommit message (Collapse)Author
2018-12-30Remove composableDerivation, closes #18763Frederik Rietdijk
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth
2017-04-19lib: trivial spelling fixesTom Saeger
2017-03-11lib: fix mixed tab/space indents, trailing whitespace, etcBenjamin Staffin
Nix style seems to have settled on not using spaces between bound variable names and the lambda : so I also tried to make those somewhat more consistent throughout.
2016-05-19treewide: Make explicit that 'dev' output of curl is usedTuomas Tynkkynen
2014-04-30Shea told me composableDerivation is hard to understand.Marc Weber
Thus comment it and why it was written long time ago until it'll get replaced piecewise.
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra