Skip to content

Commit

Permalink
Move merge of stdenvDefault from the self attribute to the returned v…
Browse files Browse the repository at this point in the history
…alue of pkgsFun.
  • Loading branch information
nbp committed Mar 20, 2016
1 parent be3531a commit f7c86ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ let

};

self = with pkgs; stdenvDefault // {
self = with pkgs; {

# Make some arguments passed to all-packages.nix available
inherit system platform;
Expand Down Expand Up @@ -16480,7 +16480,7 @@ tweakAlias = _n: alias: with lib;
else alias;

in
lib.mapAttrs tweakAlias aliases // helperFunctions // self // overrides;
lib.mapAttrs tweakAlias aliases // helperFunctions // stdenvDefault // self // overrides;

in
pkgs

0 comments on commit f7c86ee

Please sign in to comment.