aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/stage.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: do not use pkgs.extend in nixpkgszimbatm2020-11-301-0/+3
* Distinguish pkgsStatic from pkgsMusl via stdenv.targetPlatformDmitry Bogatov2020-08-271-0/+1
* symlinkJoin: fix crossAlyssa Ross2019-10-281-1/+1
* treewide: remove redundant quotesvolth2019-08-261-6/+6
* Merge pull request #57611 from Ericson2314/stage-braid-not-chainJohn Ericson2019-03-251-16/+43
|\
| * top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`John Ericson2019-03-241-16/+43
* | pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlaysdanbst2019-03-251-0/+9
|/
* pkgs/top-level/stage.nix: don't override `overlays` and `config` in `nixpkgsFun`Jan Malakhovski2019-03-081-2/+0
* Merge pull request #56237 from LnL7/expose-overlaysDanylo Hlynskyi2019-03-051-1/+1
|\
| * pkgs/top-level: expose current overlays in pkgsDaiderd Jordan2019-02-231-1/+1
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-261-0/+1
|/
* Partially revert 755e824Robert Hensing2019-02-031-1/+4
* all-packages: Just refer to `self`, not `super`, or `res`John Ericson2019-02-021-4/+1
* top-level/stage.nix: add static overlayMatthew Bauer2018-12-041-0/+16
* all-packages.nix: Alias self to res, deprecating selfRobert Hensing2018-12-021-1/+1
* Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing2018-11-041-2/+2
|\
| * stage.nix: throw error on incorrect pkgsi686Linux usageMatthew Bauer2018-11-031-2/+2
| * Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""Matthew Bauer2018-11-031-1/+1
| * Revert "stage.nix: pkgsi686Linux only works on x86 family"Matthew Bauer2018-11-031-1/+1
| * stage.nix: pkgsi686Linux only works on x86 familyMatthew Bauer2018-11-021-1/+1
* | pkgs.appendOverlays: Avoid unnecessary nixpkgs evaluationRobert Hensing2018-10-271-1/+3
|/
* Add Nixpkgs functions for adding overlays ad-hocRobert Hensing2018-10-181-1/+14
* stage.nix: fix cross compiling with pkgsMuslMatthew Bauer2018-10-151-3/+8
* top-level: `system` should still come from the host platformJohn Ericson2018-09-231-1/+1
* Revert "top-level: Deprecate top-level `{build,host,target}Platform`"Sarah Brofeldt2018-09-111-11/+5
* top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-061-1/+1
* top-level: Deprecate top-level `{build,host,target}Platform`John Ericson2018-09-051-5/+11
* treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-201-4/+1
* config.skipAliases -> config.allowAliasesvolth2018-07-171-2/+1
* stage: add Linux checksMatthew Bauer2018-07-051-3/+3
* stage: Make `pkgsMusl` and `pkgsi686linux` respect the original localSystem moreJohn Ericson2018-07-051-21/+19
* treewide: remove forceSystemMatthew Bauer2018-07-051-25/+19
* treewide: remove callPackage_i686Matthew Bauer2018-07-051-5/+0
* stage: refactor extraPkgsMatthew Bauer2018-07-051-21/+52
* stage: remove nixpkgsFunMatthew Bauer2018-07-021-5/+3
* stage: move old stuff to stage.nixMatthew Bauer2018-07-021-0/+15
* top-level: add extraPkgs to stage.nixMatthew Bauer2018-07-021-6/+12
* top-level: move cross pkgs to overlayMatthew Bauer2018-07-021-0/+7
* aliases: fix using the wrong self refsWill Fancher2018-06-121-1/+1
* aliases: add skip aliases configMatthew Bauer2018-05-011-1/+2
* top-level: Duplicate overlaying unless stdenvOverrides comes lastTyson Whitehead2018-01-311-3/+5
* Rename `__targetPackages` to `targetPackages`John Ericson2017-11-051-3/+3
* top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson2017-07-071-33/+8
* top-level: stdenv.cross vanquishedhsloan2017-06-281-2/+0
* top-level: `stdenv.cross` is now only defined with host != buildJohn Ericson2017-04-241-2/+2
* top-level: Introduce targetPackages and a "double link fold"John Ericson2017-04-231-0/+10
* stage.nix: Better explain why `buildPackages` as `null` is valid argJohn Ericson2017-04-231-1/+2
* top-level: Only splice as needed for performanceJohn Ericson2017-01-241-3/+5
* top-level: `crossSystem` is no longer exposed to packages. Use `*Platform`.John Ericson2017-01-241-1/+0
* top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson2017-01-241-18/+64