1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-/2qVm2xpSFVspA16rkiIw/qckxzXQp/1EGOl0f9KljY=";
14 vendorHash = "sha256-JCtVYDHbhH2i7tGNK1jvgHCjU6gMMkNhQ2ZnlTeqtmA=";
16 ldflags = [ "-s" "-w" ];
19 description = "A small tool to watch a directory and rerun a command when certain files change";
20 homepage = "https://github.com/cespare/reflex";
21 license = licenses.mit;
22 maintainers = with maintainers; [ nicknovitski ];