summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/stage.nix
AgeCommit message (Expand)Author
2018-07-17config.skipAliases -> config.allowAliasesvolth
2018-07-05stage: add Linux checksMatthew Bauer
2018-07-05stage: Make `pkgsMusl` and `pkgsi686linux` respect the original localSystem moreJohn Ericson
2018-07-05treewide: remove forceSystemMatthew Bauer
2018-07-05treewide: remove callPackage_i686Matthew Bauer
2018-07-05stage: refactor extraPkgsMatthew Bauer
2018-07-02stage: remove nixpkgsFunMatthew Bauer
2018-07-02stage: move old stuff to stage.nixMatthew Bauer
2018-07-02top-level: add extraPkgs to stage.nixMatthew Bauer
2018-07-02top-level: move cross pkgs to overlayMatthew Bauer
2018-06-12aliases: fix using the wrong self refsWill Fancher
2018-05-01aliases: add skip aliases configMatthew Bauer
2018-01-31top-level: Duplicate overlaying unless stdenvOverrides comes lastTyson Whitehead
2017-11-05Rename `__targetPackages` to `targetPackages`John Ericson
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson
2017-06-28top-level: stdenv.cross vanquishedhsloan
2017-04-24top-level: `stdenv.cross` is now only defined with host != buildJohn Ericson
2017-04-23top-level: Introduce targetPackages and a "double link fold"John Ericson
2017-04-23stage.nix: Better explain why `buildPackages` as `null` is valid argJohn Ericson
2017-01-24top-level: Only splice as needed for performanceJohn Ericson
2017-01-24top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron
2017-01-13top-level: Inherit `system` and `platform` in stage.nix not all-packages.nixJohn Ericson
2017-01-13top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.David Grayson
2017-01-13top-level: Normalize stdenv bootingJohn Ericson
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson
2016-12-01top-level: turn the screwJohn Ericson
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson
2016-11-30top-level: Split some of `pkgs/top-level/default.nix` to `pkgs/top-level/stag...John Ericson