1 { buildGoPackage, fetchFromGitHub, lib }:
6 src = fetchFromGitHub {
10 sha256 = "1dmfpbpcvbx4sl4q1hwbfpalq1ml03w1cca7x40y18g570qk7aq5";
12 goPackagePath = "github.com/cortesi/modd";
13 subPackages = [ "cmd/modd" ];
15 description = "A flexible developer tool that runs processes and responds to filesystem changes";
16 homepage = "https://github.com/cortesi/modd";
17 license = licenses.mit;
18 maintainers = with maintainers; [ kierdavis ];