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
The PRs associated with #178 added the escaping of attribute names.
Because of this, it is impossible to evaluate packages with namespaces such as python3Packages in nixpkgs.
The PRs associated with #178 added the escaping of attribute names.
Because of this, it is impossible to evaluate packages with namespaces such as
python3Packages
in nixpkgs.This is precisely the problem. Quoting them prevents expanding the namespace.
The text was updated successfully, but these errors were encountered: