Disko and cloud image

Does anybody have any success to leverage disko with a standard cloud image in nixpkgs?

For example I know I can create a basic image with below one-liner easily, but how do I put disko into the create image workflow? Do I need some kind of bootstrap code this case?

imports = [ <nixpkgs/nixos/modules/virtualisation/amazon-image.nix> ];