9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "cristianoliveira";
17 hash = "sha256-3EHZvgHlM3ldX6SEyqGf6MZIrDFOLXbKTZnJNczT570=";
20 cargoHash = "sha256-DJGpNuRb0bFdXBV/p3enyTvZgJIQOaNy3kijxuLFl1g=";
22 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
23 darwin.apple_sdk.frameworks.CoreServices
27 description = "Lightweight watcher";
28 homepage = "https://github.com/cristianoliveira/funzzy";
29 changelog = "https://github.com/cristianoliveira/funzzy/releases/tag/${src.rev}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ figsoda ];