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