Move merge of stdenvDefault from the self attribute to the returned value of pkgsFun.
This commit is contained in:
parent
be3531a56e
commit
f7c86ee018
@ -163,7 +163,7 @@ let
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
self = with pkgs; stdenvDefault // {
|
self = with pkgs; {
|
||||||
|
|
||||||
# Make some arguments passed to all-packages.nix available
|
# Make some arguments passed to all-packages.nix available
|
||||||
inherit system platform;
|
inherit system platform;
|
||||||
@ -16480,7 +16480,7 @@ tweakAlias = _n: alias: with lib;
|
|||||||
else alias;
|
else alias;
|
||||||
|
|
||||||
in
|
in
|
||||||
lib.mapAttrs tweakAlias aliases // helperFunctions // self // overrides;
|
lib.mapAttrs tweakAlias aliases // helperFunctions // stdenvDefault // self // overrides;
|
||||||
|
|
||||||
in
|
in
|
||||||
pkgs
|
pkgs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user