about summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
AgeCommit message (Expand)AuthorFilesLines
2018-01-31top-level: Duplicate overlaying unless stdenvOverrides comes lastTyson Whitehead1-3/+5
2017-11-05Rename `__targetPackages` to `targetPackages`John Ericson1-3/+3
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson1-33/+8
2017-06-28top-level: stdenv.cross vanquishedhsloan1-2/+0
2017-04-24top-level: `stdenv.cross` is now only defined with host != buildJohn Ericson1-2/+2
2017-04-23top-level: Introduce targetPackages and a "double link fold"John Ericson1-0/+10
2017-04-23stage.nix: Better explain why `buildPackages` as `null` is valid argJohn Ericson1-1/+2
2017-01-24top-level: Only splice as needed for performanceJohn Ericson1-3/+5
2017-01-24top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson1-1/+0
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson1-18/+64
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson1-0/+7
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron1-18/+8
2017-01-13top-level: Inherit `system` and `platform` in stage.nix not all-packages.nixJohn Ericson1-4/+7
2017-01-13top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.David Grayson1-9/+4
2017-01-13top-level: Normalize stdenv bootingJohn Ericson1-1/+1
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson1-1/+1
2016-12-01top-level: turn the screwJohn Ericson1-1/+1
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson1-13/+14
2016-11-30top-level: Split some of `pkgs/top-level/default.nix` to `pkgs/top-level/stag...John Ericson1-0/+107