You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/top-level/python-packages.nix
+2-2
Original file line number
Diff line number
Diff line change
@@ -8286,8 +8286,8 @@ in {
8286
8286
};
8287
8287
8288
8288
# These used to be here but were moved to all-packages, but I'll leave them around for a while.
8289
-
pants = stdenv.lib.warn "Please refer to pants from the top level rather than from pythonPackages. This attribute will disappear by 2017-08-22." pkgs.pants;
8290
-
pants13-pre = stdenv.lib.warn "Please refer to pants13-pre from the top level rather than from pythonPackages. This attribute will disappear by 2017-08-22." pkgs.pants13-pre;
0 commit comments