summary refs log tree commit diff
path: root/lib/customisation.nix
Commit message (Collapse)AuthorAge
...
* Revert "mkOverridable: Use functors to allow overridable functions"Rob Vermaas2015-01-13
| | | | This reverts commit 4ee556cfe9528a321f4a3746ca83f97feacf500e.
* mkOverridable: Use functors to allow overridable functionsShea Levy2015-01-09
|
* Add overrideDerivation to makeOverridable. Closes #4017Luca Bruno2014-10-18
|
* Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra2014-10-05
| | | | | For NixOS evaluation, this gives a ~21% reduction in the number of values allocated and a ~4% speedup. It's also more readable.
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10