1 2 3 4 5 6 7 8 9 10
# 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 ]; }