summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/stage.nix
AgeCommit message (Expand)Author
2019-02-03Partially revert 755e824Robert Hensing
2019-02-02all-packages: Just refer to `self`, not `super`, or `res`John Ericson
2018-12-04top-level/stage.nix: add static overlayMatthew Bauer
2018-12-02all-packages.nix: Alias self to res, deprecating selfRobert Hensing
2018-11-04Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing
2018-11-03stage.nix: throw error on incorrect pkgsi686Linux usageMatthew Bauer
2018-11-03Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""Matthew Bauer
2018-11-03Revert "stage.nix: pkgsi686Linux only works on x86 family"Matthew Bauer
2018-11-02stage.nix: pkgsi686Linux only works on x86 familyMatthew Bauer
2018-10-27pkgs.appendOverlays: Avoid unnecessary nixpkgs evaluationRobert Hensing
2018-10-18Add Nixpkgs functions for adding overlays ad-hocRobert Hensing
2018-10-15stage.nix: fix cross compiling with pkgsMuslMatthew Bauer
2018-09-23top-level: `system` should still come from the host platformJohn Ericson
2018-09-11Revert "top-level: Deprecate top-level `{build,host,target}Platform`"Sarah Brofeldt
2018-09-06top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson
2018-09-05top-level: Deprecate top-level `{build,host,target}Platform`John Ericson
2018-08-20treewide: Purge `stdenv.platform` and top-level `platform`John Ericson
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