8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "cristianoliveira";
16 hash = "sha256-YjA/XxVB8gGxyLovxTTatSC/ESBCkgz7Not0qfEPxtw=";
19 cargoHash = "sha256-eq5d6oHWKip9K+9yszLXW+JHtzYzrThXfqoZGMhnSHk=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.CoreServices
26 description = "Lightweight watcher";
27 homepage = "https://github.com/cristianoliveira/funzzy";
28 changelog = "https://github.com/cristianoliveira/funzzy/releases/tag/${src.rev}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ figsoda ];