about summary refs log tree commit diff
path: root/pkgs/top-level/default.nix
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Fix comments typos.Nicolas B. Pierron1-5/+5
2016-03-20Move stdenvOverrides under pkgsWithOverrides.Nicolas B. Pierron1-11/+11
2016-03-20Replace the merge operators by the fix' and extends functions.Nicolas B. Pierron1-14/+10
2016-03-20Under pkgsWithOverrides, replace the last uses of pkgs by the corresponding a...Nicolas B. Pierron1-3/+5
2016-03-20Change the customOverrides to use the stdenvOverrides instead of the original...Nicolas B. Pierron1-1/+1
2016-03-20Move the customOverrides after the stdenvOverrides.Nicolas B. Pierron1-2/+2
2016-03-20Add bootStdenv condition around the overrider.Nicolas B. Pierron1-1/+4
2016-03-20Add extra argument to better identity with the extend function later.Nicolas B. Pierron1-12/+13
2016-03-20In top-level/default.nix, rename self to allPackages.Nicolas B. Pierron1-4/+4
2016-03-20Internalize the recursion over the set of all packages.Nicolas B. Pierron1-1/+3
2016-03-20Build aliases based on the previous set including all-packages, instead of on...Nicolas B. Pierron1-2/+2
2016-03-20Move stdenvAdapaters attribute from all-packages.nix into the stdenvAdapters ...Nicolas B. Pierron1-2/+4
2016-03-20Split helperFunctions to simplify the identification with the extend function.Nicolas B. Pierron1-6/+5
2016-03-20Remove all-packages.nix helperFunctions dependency.Nicolas B. Pierron1-1/+1
2016-03-20Split consecutive merge operators to simplify the identification of extend fu...Nicolas B. Pierron1-1/+4
2016-03-20Inline pkgsFun in pkgsWithOverrides.Nicolas B. Pierron1-14/+7
2016-03-20Extract the top-level logic out of all-packages.nix into pkgs/top-level/defau...Nicolas B. Pierron1-0/+147