3
0
Fork 0
forked from mirrors/nixpkgs

Move the set of aliases after 'self', such that we can later use the extend function.

This commit is contained in:
Nicolas B. Pierron 2016-03-20 14:52:28 +00:00
parent a09683ed29
commit f043ffcea4

View file

@ -16475,7 +16475,7 @@ let
aliases = import ./aliases.nix self;
in
aliases // helperFunctions // stdenvDefault // self // overrides;
helperFunctions // stdenvDefault // self // aliases // overrides;
in
pkgs