about summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
AgeCommit message (Expand)AuthorFilesLines
2019-03-25Merge pull request #57611 from Ericson2314/stage-braid-not-chainJohn Ericson1-16/+43
2019-03-25pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlaysdanbst1-0/+9
2019-03-24top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`John Ericson1-16/+43
2019-03-08pkgs/top-level/stage.nix: don't override `overlays` and `config` in `nixpkgsFun`Jan Malakhovski1-2/+0
2019-03-05Merge pull request #56237 from LnL7/expose-overlaysDanylo Hlynskyi1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-0/+1
2019-02-23pkgs/top-level: expose current overlays in pkgsDaiderd Jordan1-1/+1
2019-02-03Partially revert 755e824Robert Hensing1-1/+4
2019-02-02all-packages: Just refer to `self`, not `super`, or `res`John Ericson1-4/+1
2018-12-04top-level/stage.nix: add static overlayMatthew Bauer1-0/+16
2018-12-02all-packages.nix: Alias self to res, deprecating selfRobert Hensing1-1/+1
2018-11-04Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing1-2/+2
2018-11-03stage.nix: throw error on incorrect pkgsi686Linux usageMatthew Bauer1-2/+2
2018-11-03Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""Matthew Bauer1-1/+1
2018-11-03Revert "stage.nix: pkgsi686Linux only works on x86 family"Matthew Bauer1-1/+1
2018-11-02stage.nix: pkgsi686Linux only works on x86 familyMatthew Bauer1-1/+1
2018-10-27pkgs.appendOverlays: Avoid unnecessary nixpkgs evaluationRobert Hensing1-1/+3
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