summary refs log tree commit diff
path: root/pkgs/top-level/default.nix
Commit message (Expand)AuthorAge
* systems: allow passing in string for cross/localSystemMatthew Bauer2019-06-04
* pkgs/top-level/stage.nix: don't override `overlays` and `config` in `nixpkgsFun`Jan Malakhovski2019-03-08
* pkgs/top-level: check types of `nixpkgs.config`Jan Malakhovski2019-03-08
* top-level: fix a typoJan Malakhovski2019-02-03
* stdenv: implement crossOverlaysMatthew Bauer2018-12-04
* top-level: Move comma for stylistic consistencyJohn Ericson2018-03-20
* Add setFunctionArgs lib function.Shea Levy2018-01-31
* Fix typo in commentBjørn Forsman2017-04-19
* Elaborate `localSystem` and `crossSystem` in a consistent mannerJohn Ericson2017-04-17
* lib: Collect system/platform related filesJohn Ericson2017-04-17
* top-level: Allow nixpkgs to take localSystem directlyJohn Ericson2017-02-08
* top-level: Document the `{local,cross}System, contrasting with `*Platform`John Ericson2017-01-24
* top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson2017-01-24
* Add overlays mechanism to Nixpkgs.Nicolas B. Pierron2017-01-16
* top-level: Normalize stdenv bootingJohn Ericson2017-01-13
* top-level: missing parenthesesEric Litak2016-12-20
* top-level: avoid another `assert false` while we're at itJohn Ericson2016-12-15
* top-level: Allow manually specifying a stdenv, and fix stdenv testsJohn Ericson2016-12-03
* top-level: Document why `nixpkgsFun` doesn't close over inferred default argu...John Ericson2016-12-01
* top-level: Move default-choosing logic to top-level/platforms.nixJohn Ericson2016-12-01
* top-level: Close over fewer arguments for stdenv stagesJohn Ericson2016-11-30
* top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson2016-11-30
* top-level: Split some of `pkgs/top-level/default.nix` to `pkgs/top-level/stag...John Ericson2016-11-30
* top-level: `top-level/stdenv.nix` no longer needs `pkg` argumentJohn Ericson2016-11-06
* top-level: Make stdenvCross which appears at first glance normal...John Ericson2016-11-06
* top-level: Remove redundant arguments from top-level/{all-package,stdenv}.nixJohn Ericson2016-11-02
* top-level: Inline topLevelArugments, and make pkg named arg for stdenvJohn Ericson2016-11-02
* top-level: Remove redundant parenthesesJohn Ericson2016-11-02
* top-level: Use `nixpkgsFun` to avoid import ../..John Ericson2016-11-02
* top-level: Use foldl' to make the list of package functions top to bottomJohn Ericson2016-10-13
* top-level: Make `overridePackages` extend rather than replace existing overridesJohn Ericson2016-10-13
* runCommand: Use stdenvNoCCEelco Dolstra2016-09-29
* Separate fix-point from config importing hacks and other impuritiesJohn Ericson2016-07-14
* Make default config an argument default instead of using null checkJohn Ericson2016-07-09
* Remove gccWith* arguments which are unusedJohn Ericson2016-06-22
* top-level: builtins.toPath no longer neededJohn Ericson2016-06-21
* Remove unecessary branching on old nix versionszimbatm2016-06-17
* Fix comments typos.Nicolas B. Pierron2016-03-24
* Move stdenvOverrides under pkgsWithOverrides.Nicolas B. Pierron2016-03-20
* Replace the merge operators by the fix' and extends functions.Nicolas B. Pierron2016-03-20
* Under pkgsWithOverrides, replace the last uses of pkgs by the corresponding a...Nicolas B. Pierron2016-03-20
* Change the customOverrides to use the stdenvOverrides instead of the original...Nicolas B. Pierron2016-03-20
* Move the customOverrides after the stdenvOverrides.Nicolas B. Pierron2016-03-20
* Add bootStdenv condition around the overrider.Nicolas B. Pierron2016-03-20
* Add extra argument to better identity with the extend function later.Nicolas B. Pierron2016-03-20
* In top-level/default.nix, rename self to allPackages.Nicolas B. Pierron2016-03-20
* Internalize the recursion over the set of all packages.Nicolas B. Pierron2016-03-20
* Build aliases based on the previous set including all-packages, instead of on...Nicolas B. Pierron2016-03-20
* Move stdenvAdapaters attribute from all-packages.nix into the stdenvAdapters ...Nicolas B. Pierron2016-03-20
* Split helperFunctions to simplify the identification with the extend function.Nicolas B. Pierron2016-03-20