Loading
opentofu: fix `withPlugins` to properly propagate package
Adjusts the OpenTofu package in line with the `pluggable` construct used over at the Terraform package.
This resolves a bug preventing package overrides from properly getting propagated.
This triggered particularly in constructs invoking `overrideAttrs` after `withPlugins`,
e.g. `(pkgs.terraform.withPlugins (p: with p; [external])).overrideAttrs { patches = [ ... ]; }`.
Signed-off-by:
cinereal <cinereal@riseup.net>