# This file was generated by https://github.com/lionello/dub2nix v0.3.0

{ pkgs ? import <nixpkgs> {} }:
with import ./mkDub.nix { inherit pkgs; };

mkDubDerivation {
    src = ./.;
    # version = "0.0.1";
    # buildInputs = [ add any runtime deps here ];
}