summary refs log tree commit diff
path: root/lib/customisation.nix
Commit message (Expand)AuthorAge
* lib.callPackages(With): guard against a repeated mistakeVladimír Čunát2020-03-12
* Merge pull request #67809 from Infinisil/propagate-override-argsSilvan Mosberger2019-10-22
|\
| * lib/makeOverridable: RefactorSilvan Mosberger2019-09-05
| * lib/makeOverridable: Remove unimplemented overrideDerivation for functionsSilvan Mosberger2019-09-05
| * lib/makeOverridable: Propagate function args of the callPackage'd functionSilvan Mosberger2019-09-05
| * lib/makeOverridable: Propagate function arguments to override functionsSilvan Mosberger2019-09-05
| * lib/makeOverridable: Abstract result overridingSilvan Mosberger2019-09-05
| * lib/makeOverridable: Deduplicate override definitionSilvan Mosberger2019-09-05
* | Fix typo in customisation.nixGabriel Féron2019-09-02
|/
* lib: tiny cleanupJan Malakhovski2019-02-03
* lib: fix wording of the `overrideScope` warningBas van Dijk2018-10-11
* lib: Make `overrideScope'` which takes arguments in the conventional orderJohn Ericson2018-09-24
* lib: Use lib.fixed-points.extends to avoid repetitionJohn Ericson2018-08-20
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
* Revert "lib: Use lib.fixed-points.extends to avoid repetition"Silvan Mosberger2018-07-12
* lib: Use lib.fixed-points.extends to avoid repetitionJohn Ericson2018-07-09
* lib.addPassthru: removed as scheduledVladimír Čunát2018-03-03
* Add setFunctionArgs lib function.Shea Levy2018-01-31
* addPassthru: fix argument orderOrivej Desh2018-01-24
* lib: deprecate `addPassthru`Jan Malakhovski2018-01-14
* treewide: replace `addPassthru`Jan Malakhovski2018-01-14
* lib: change the order of arguments of `addPassthru`Jan Malakhovski2018-01-14
* lib: generalize `addPassthru` to `extendDerivation`Jan Malakhovski2018-01-03
* Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJe...Shea Levy2017-09-29
* Revert "Avoid polluting lib namespace unncessarily"Shea Levy2017-09-29
* Avoid polluting lib namespace unncessarilyShea Levy2017-09-28
* Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/n...Shea Levy2017-09-28
|\
| * Added `self` views of the interface in `makeExtensibleWithInterface`Will Fancher2017-07-14
| * Added `overrideScope` for `callPackageWith`Will Fancher2017-07-13
| * Re-added `overrideAttrs` in `makeOverridable`Will Fancher2017-07-12
| * Added `callPackageWithSelfWith` and `callPackageWithSelf`Will Fancher2017-07-12
| * Improved `makeOverridable` with `extend` and `overridePackage`Will Fancher2017-07-12
* | Convert libs to a fixed-pointGraham Christensen2017-09-16
|/
* stdenv: add stawman docs for `makeOverridable`Gleb Peregud2017-06-24
* lib.makeScope: sync comment after rename in #25285Vladimír Čunát2017-04-30
* makeScope: prevent name collision with makeOverridableThomas Tuegel2017-04-28
* lib: trivial spelling fixesTom Saeger2017-04-19
* lib.makeScope: Save package set functionThomas Tuegel2017-02-27
* add .overrideDerivation and .overrideAttrs to packages created with `callPack...danbst2017-02-12
* ~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra2017-02-01
* mkDerivation: add overrideAttrs functionAneesh Agrawal2016-10-02
* nixos systemPackages: rework default outputsVladimír Čunát2016-01-28
* lib: add makeScopeThomas Tuegel2015-09-27
* Add function callPackagesWithEelco Dolstra2015-07-28
* Remove deepOverrideEelco Dolstra2015-07-28
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
* lib: cleanup a little bit, add traceIfJan Malakhovski2015-03-26
* Rename scrubDrv -> hydraJob and make it more effectiveEelco Dolstra2015-03-20
* Revert "Revert "mkOverridable: Use functors to allow overridable functions""Shea Levy2015-01-13