summary refs log tree commit diff
path: root/lib/customisation.nix
Commit message (Expand)AuthorAge
* splice.nix: finish nativeDrv,crossDrv removalArtturin2023-06-22
* lib/customisation: callPackageWith should abort with errorsCole Helbling2023-03-24
* Merge pull request #211685 from Artturin/splicingstuff1-splitArtturi2023-02-03
|\
| * lib.extendDerivation: Fix interaction between output selection and overrideAttrsRobert Hensing2023-01-20
* | lib.hydraJob: Tolerate nullRobert Hensing2023-01-30
|/
* lib: Fix mismatched quotes in `lib.*` doc commentsYoshiRulz2023-01-02
* lib/customisation.overrideDerivation: propagate evaluation conditionNaïm Favier2023-01-01
* splice.nix: start deprecating nativeDrv and crossDrvArtturin2022-11-19
* lib.overrideDerivation: override attrs in __splicedArtturin2022-11-18
* lib/customization: Improve callPackage error message for missing argsSilvan Mosberger2022-04-01
* lib: make extendDerivation lighter on evalpennae2021-10-15
* fix nested calls to extendDerivationpennae2021-09-30
* treewide: Do a number of no-op cleanups for cross and darwinJohn Ericson2021-05-06
* lib: Create `makeScopeWithSplicing`John Ericson2020-11-19
* 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