{ pkgs ? import {} }: pkgs.nixUnstable.overrideAttrs (oldAttrs: { patches = oldAttrs.patches or [] ++ [ ./debug-aws.patch ]; })