We use `koch xz` to build the tarballs which does populate "dist":
    
    
    proc xz(args: string) =
      bundleNimbleSrc()
      bundleNimsuggest(false)
      ...
    

Reply via email to