mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
Replace `recursiveUpdate` with `//` and explicit `meta`/`passthru` merging so that `builtins.unsafeGetAttrPos` can find `meta.description` at each call site, making the `pos = __curPos` workaround unnecessary. Also adopt the `finalAttrs` pattern and use `tag` instead of `rev` in `fetchFromGitHub`.