about summary refs log tree commit diff
path: root/pkgs/top-level/splice.nix
AgeCommit message (Expand)AuthorFilesLines
2022-11-19splice.nix: start deprecating nativeDrv and crossDrvArtturin1-11/+6
2021-12-02top-level: add depsHostHost splicingRyan Burns1-3/+3
2019-03-24top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`John Ericson1-11/+12
2018-10-11xorg: don't splice scope attributes into main package setAndrew Childs1-1/+3
2018-10-11__splicedPackages: Don't include xorgJohn Ericson1-18/+14
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-4/+4
2018-07-09haskell infra: Fix built-time overridesJohn Ericson1-1/+1
2018-07-09Haskell infra: Do callPackage splicingJohn Ericson1-0/+4
2018-07-09top-level: Expose `splicePackages` for `newScope` usersJohn Ericson1-26/+40
2018-07-09make-derivation: Don't add host-suffix to fixed-output derivations namesWill Dietz1-7/+2
2017-12-30top-level: Splice in more package sets for new types of depsJohn Ericson1-16/+53
2017-12-10top-level: Fix splicing, againJohn Ericson1-10/+9
2017-12-09top-level: Fix splicing in the presence of evaluation errorsJohn Ericson1-3/+6
2017-11-05Rename `__targetPackages` to `targetPackages`John Ericson1-1/+1
2017-09-29Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJe...Shea Levy1-4/+0
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-0/+4
2017-09-19stdenv: Also splice unlisted default "out" outputJohn Ericson1-2/+3
2017-07-14Added `self` views of the interface in `makeExtensibleWithInterface`Will Fancher1-2/+2
2017-07-12Added `callPackageWithSelfWith` and `callPackageWithSelf`Will Fancher1-0/+4
2017-04-23top-level: Introduce targetPackages and a "double link fold"John Ericson1-1/+1
2017-04-23top-level: Do not splice `pkgs`, `buildPackages` or `*Platform`John Ericson1-1/+5
2017-01-25top-level: no more need to expose `splicedPackages`John Ericson1-2/+0
2017-01-24top-level: Only splice as needed for performanceJohn Ericson1-2/+9
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson1-0/+76