Rename __targetPackages to targetPackages

This commit is contained in:
John Ericson
2017-11-05 17:10:53 -05:00
parent a8f3d7215c
commit 5ae8f18f4d
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ stageFuns: let
then args'
else allPackages ((builtins.removeAttrs args' ["selfBuild"]) // {
buildPackages = if args.selfBuild or true then null else prevStage;
__targetPackages = if args.selfBuild or true then null else nextStage;
targetPackages = if args.selfBuild or true then null else nextStage;
});
in dfold folder {} {} withAllowCustomOverrides