about summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Add Nixpkgs functions for adding overlays ad-hocRobert Hensing1-1/+14
2018-10-15stage.nix: fix cross compiling with pkgsMuslMatthew Bauer1-3/+8
2018-09-23top-level: `system` should still come from the host platformJohn Ericson1-1/+1
2018-09-11Revert "top-level: Deprecate top-level `{build,host,target}Platform`"Sarah Brofeldt1-11/+5
2018-09-06top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson1-1/+1
2018-09-05top-level: Deprecate top-level `{build,host,target}Platform`John Ericson1-5/+11
2018-08-20treewide: Purge `stdenv.platform` and top-level `platform`John Ericson1-4/+1
2018-07-17config.skipAliases -> config.allowAliasesvolth1-2/+1
2018-07-05stage: add Linux checksMatthew Bauer1-3/+3
2018-07-05stage: Make `pkgsMusl` and `pkgsi686linux` respect the original localSystem moreJohn Ericson1-21/+19
2018-07-05treewide: remove forceSystemMatthew Bauer1-25/+19
2018-07-05treewide: remove callPackage_i686Matthew Bauer1-5/+0
2018-07-05stage: refactor extraPkgsMatthew Bauer1-21/+52
2018-07-02stage: remove nixpkgsFunMatthew Bauer1-5/+3
2018-07-02stage: move old stuff to stage.nixMatthew Bauer1-0/+15
2018-07-02top-level: add extraPkgs to stage.nixMatthew Bauer1-6/+12
2018-07-02top-level: move cross pkgs to overlayMatthew Bauer1-0/+7
2018-06-12aliases: fix using the wrong self refsWill Fancher1-1/+1
2018-05-01aliases: add skip aliases configMatthew Bauer1-1/+2
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