6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-xaaXGzTd+t1GjD2KpiS/c8acv6bXufv/lTN+ACRGVJw=";
17 cargoHash = "sha256-14onbdsactPJ27GTzG+culsdnwHvGdDXwBD9ZMq192Q=";
20 description = "Find and remove unused code in .nix source files";
21 homepage = "https://github.com/astro/deadnix";
22 license = licenses.gpl3Only;
23 mainProgram = "deadnix";
24 maintainers = with maintainers; [ astro ];