nix-community / nixpkgs-wayland

Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS. [maintainers=@colemickens, @Artturin]
496 stars 44 forks source link

template.nix: allow replace with oldAttrs param #427

Closed Scrumplex closed 9 months ago

Scrumplex commented 9 months ago

Closes nix-community/nixpkgs-wayland#426

This allows our packages to replace attributes while still being able to access the original attributes. Most notably, this allows us to use the final oldAttrs including all following .override calls.