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