summary refs log tree commit diff
path: root/pkgs/top-level/default.nix
Commit message (Expand)AuthorAge
* 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
* Remove all-packages.nix helperFunctions dependency.Nicolas B. Pierron2016-03-20
* Split consecutive merge operators to simplify the identification of extend fu...Nicolas B. Pierron2016-03-20
* Inline pkgsFun in pkgsWithOverrides.Nicolas B. Pierron2016-03-20
* Extract the top-level logic out of all-packages.nix into pkgs/top-level/defau...Nicolas B. Pierron2016-03-20