"See the Nix manual sections on overrides and on overlays for more details (note: the convention has moved away from using self in favor of final, and prev instead of super, but the documentation has not been updated to reflect this)."
Proposal
If we generate a local copy of the manual with wget
wget -p -k https://nixos.org/manual/nixpkgs/stable/
and count occurences of "self: super:" we get:
Problem
As mentioned in https://github.com/tazjin/nix-1p at the bottom:
"See the Nix manual sections on overrides and on overlays for more details (note: the convention has moved away from using self in favor of final, and prev instead of super, but the documentation has not been updated to reflect this)."
Proposal
If we generate a local copy of the manual with wget
wget -p -k https://nixos.org/manual/nixpkgs/stable/
and count occurences of "self: super:" we get:on the other hand, we get some but fewer occurences of "final: prev:"
The suggestion to fix this is to make a PR to make this consistent across all of the nixpkgs manual.
Checklist