1 { lib, fetchFromGitHub, rustPlatform, cmake }:
2 rustPlatform.buildRustPackage rec {
6 src = fetchFromGitHub {
10 sha256 = "sha256-+1M8dUfjjrT4llS0C6WYDyNxJ9QZ5s9v+W185TbgwMw=";
13 nativeBuildInputs = [ cmake ];
15 cargoSha256 = "sha256-hCtkR20+xs1UHZP7oJVpJACVGcMQLQmSS1QE2tmIVhs=";
18 description = "A tool to identify potentially unused code";
19 homepage = "https://unused.codes";
20 license = licenses.mit;