aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.nix
blob: bd1e46942c8e75f3e64130fff8c88aa45fd9bce1 (plain)
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 ];
}