summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
Commit message (Expand)AuthorAge
* symlinkJoin: fix crossAlyssa Ross2019-10-28
* treewide: remove redundant quotesvolth2019-08-26
* Merge pull request #57611 from Ericson2314/stage-braid-not-chainJohn Ericson2019-03-25
|\
| * top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`John Ericson2019-03-24
* | pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlaysdanbst2019-03-25
|/
* pkgs/top-level/stage.nix: don't override `overlays` and `config` in `nixpkgsFun`Jan Malakhovski2019-03-08
* Merge pull request #56237 from LnL7/expose-overlaysDanylo Hlynskyi2019-03-05
|\
| * pkgs/top-level: expose current overlays in pkgsDaiderd Jordan2019-02-23
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
|/
* Partially revert 755e824Robert Hensing2019-02-03
* all-packages: Just refer to `self`, not `super`, or `res`John Ericson2019-02-02
* top-level/stage.nix: add static overlayMatthew Bauer2018-12-04
* all-packages.nix: Alias self to res, deprecating selfRobert Hensing2018-12-02
* Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing2018-11-04
|\
| * stage.nix: throw error on incorrect pkgsi686Linux usageMatthew Bauer2018-11-03
| * Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""Matthew Bauer2018-11-03
| * Revert "stage.nix: pkgsi686Linux only works on x86 family"Matthew Bauer2018-11-03
| * stage.nix: pkgsi686Linux only works on x86 familyMatthew Bauer2018-11-02
* | pkgs.appendOverlays: Avoid unnecessary nixpkgs evaluationRobert Hensing2018-10-27
|/
* Add Nixpkgs functions for adding overlays ad-hocRobert Hensing2018-10-18
* stage.nix: fix cross compiling with pkgsMuslMatthew Bauer2018-10-15
* top-level: `system` should still come from the host platformJohn Ericson2018-09-23
* Revert "top-level: Deprecate top-level `{build,host,target}Platform`"Sarah Brofeldt2018-09-11
* top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-06
* top-level: Deprecate top-level `{build,host,target}Platform`John Ericson2018-09-05
* treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-20
* config.skipAliases -> config.allowAliasesvolth2018-07-17
* stage: add Linux checksMatthew Bauer2018-07-05
* stage: Make `pkgsMusl` and `pkgsi686linux` respect the original localSystem moreJohn Ericson2018-07-05
* treewide: remove forceSystemMatthew Bauer2018-07-05
* treewide: remove callPackage_i686Matthew Bauer2018-07-05
* stage: refactor extraPkgsMatthew Bauer2018-07-05
* stage: remove nixpkgsFunMatthew Bauer2018-07-02
* stage: move old stuff to stage.nixMatthew Bauer2018-07-02
* top-level: add extraPkgs to stage.nixMatthew Bauer2018-07-02
* top-level: move cross pkgs to overlayMatthew Bauer2018-07-02
* aliases: fix using the wrong self refsWill Fancher2018-06-12
* aliases: add skip aliases configMatthew Bauer2018-05-01
* top-level: Duplicate overlaying unless stdenvOverrides comes lastTyson Whitehead2018-01-31
* Rename `__targetPackages` to `targetPackages`John Ericson2017-11-05
* top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson2017-07-07
* top-level: stdenv.cross vanquishedhsloan2017-06-28
* top-level: `stdenv.cross` is now only defined with host != buildJohn Ericson2017-04-24
* top-level: Introduce targetPackages and a "double link fold"John Ericson2017-04-23
* stage.nix: Better explain why `buildPackages` as `null` is valid argJohn Ericson2017-04-23
* top-level: Only splice as needed for performanceJohn Ericson2017-01-24
* top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson2017-01-24
* top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson2017-01-24
* top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson2017-01-24
* Add overlays mechanism to Nixpkgs.Nicolas B. Pierron2017-01-16