about summary refs log tree commit diff
path: root/lib/customisation.nix
AgeCommit message (Expand)AuthorFilesLines
2022-11-19splice.nix: start deprecating nativeDrv and crossDrvArtturin1-0/+1
2022-11-18lib.overrideDerivation: override attrs in __splicedArtturin1-6/+8
2022-04-01lib/customization: Improve callPackage error message for missing argsSilvan Mosberger1-2/+49
2021-10-15lib: make extendDerivation lighter on evalpennae1-3/+2
2021-09-30fix nested calls to extendDerivationpennae1-1/+2
2021-05-06treewide: Do a number of no-op cleanups for cross and darwinJohn Ericson1-3/+5
2020-11-19lib: Create `makeScopeWithSplicing`John Ericson1-0/+27
2020-03-12lib.callPackages(With): guard against a repeated mistakeVladimír Čunát1-1/+6
2019-10-22Merge pull request #67809 from Infinisil/propagate-override-argsSilvan Mosberger1-14/+23
2019-09-05lib/makeOverridable: RefactorSilvan Mosberger1-11/+14
2019-09-05lib/makeOverridable: Remove unimplemented overrideDerivation for functionsSilvan Mosberger1-1/+0
2019-09-05lib/makeOverridable: Propagate function args of the callPackage'd functionSilvan Mosberger1-5/+6
2019-09-05lib/makeOverridable: Propagate function arguments to override functionsSilvan Mosberger1-2/+4
2019-09-05lib/makeOverridable: Abstract result overridingSilvan Mosberger1-3/+4
2019-09-05lib/makeOverridable: Deduplicate override definitionSilvan Mosberger1-2/+5
2019-09-02Fix typo in customisation.nixGabriel Féron1-1/+1
2019-02-03lib: tiny cleanupJan Malakhovski1-1/+1
2018-10-11lib: fix wording of the `overrideScope` warningBas van Dijk1-1/+1
2018-09-24lib: Make `overrideScope'` which takes arguments in the conventional orderJohn Ericson1-5/+5
2018-08-20lib: Use lib.fixed-points.extends to avoid repetitionJohn Ericson1-1/+2
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-5/+0
2018-07-12Revert "lib: Use lib.fixed-points.extends to avoid repetition"Silvan Mosberger1-1/+1
2018-07-09lib: Use lib.fixed-points.extends to avoid repetitionJohn Ericson1-1/+1
2018-03-03lib.addPassthru: removed as scheduledVladimír Čunát1-6/+0
2018-01-31Add setFunctionArgs lib function.Shea Levy1-7/+7
2018-01-24addPassthru: fix argument orderOrivej Desh1-2/+3
2018-01-14lib: deprecate `addPassthru`Jan Malakhovski1-1/+2
2018-01-14treewide: replace `addPassthru`Jan Malakhovski1-1/+1
2018-01-14lib: change the order of arguments of `addPassthru`Jan Malakhovski1-2/+2
2018-01-03lib: generalize `addPassthru` to `extendDerivation`Jan Malakhovski1-4/+13
2017-09-29Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJe...Shea Levy1-137/+27
2017-09-29Revert "Avoid polluting lib namespace unncessarily"Shea Levy1-1/+1
2017-09-28Avoid polluting lib namespace unncessarilyShea Levy1-1/+1
2017-09-28Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/n...Shea Levy1-27/+137
2017-09-16Convert libs to a fixed-pointGraham Christensen1-1/+1
2017-07-14Added `self` views of the interface in `makeExtensibleWithInterface`Will Fancher1-27/+24
2017-07-13Added `overrideScope` for `callPackageWith`Will Fancher1-17/+49
2017-07-12Re-added `overrideAttrs` in `makeOverridable`Will Fancher1-0/+5
2017-07-12Added `callPackageWithSelfWith` and `callPackageWithSelf`Will Fancher1-0/+9
2017-07-12Improved `makeOverridable` with `extend` and `overridePackage`Will Fancher1-24/+91
2017-06-24stdenv: add stawman docs for `makeOverridable`Gleb Peregud1-0/+18
2017-04-30lib.makeScope: sync comment after rename in #25285Vladimír Čunát1-1/+1
2017-04-28makeScope: prevent name collision with makeOverridableThomas Tuegel1-1/+1
2017-04-19lib: trivial spelling fixesTom Saeger1-1/+1
2017-02-27lib.makeScope: Save package set functionThomas Tuegel1-3/+4
2017-02-12add .overrideDerivation and .overrideAttrs to packages created with `callPack...danbst1-5/+3
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra1-4/+4
2016-10-02mkDerivation: add overrideAttrs functionAneesh Agrawal1-10/+12
2016-01-28nixos systemPackages: rework default outputsVladimír Čunát1-1/+1
2015-09-27lib: add makeScopeThomas Tuegel1-0/+19