top-level: Modernize stdenv.overrides giving it self and super

Document breaking change in 17.03 release notes
This commit is contained in:
John Ericson
2017-01-13 10:36:11 -05:00
parent f673243aff
commit 0ef8b69d12
7 changed files with 49 additions and 42 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import ../generic rec {
fetchurlBoot = stdenv.fetchurlBoot;
overrides = pkgs_: {
overrides = self: super: {
inherit cc;
inherit (cc) binutils;
inherit (pkgs)